Share via


DomainProjectPicker.DefaultSelectedProjects Property

Namespace:  Microsoft.TeamFoundation.Proxy
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property DefaultSelectedProjects As SortedList
public SortedList DefaultSelectedProjects { get; set; }
public:
property SortedList^ DefaultSelectedProjects {
    SortedList^ get ();
    void set (SortedList^ value);
}
member DefaultSelectedProjects : SortedList with get, set
function get DefaultSelectedProjects () : SortedList 
function set DefaultSelectedProjects (value : SortedList)

Property Value

Type: System.Collections.SortedList
Returns SortedList.

.NET Framework Security

See Also

Reference

DomainProjectPicker Class

Microsoft.TeamFoundation.Proxy Namespace