Share via


DomainProjectPicker.DefaultSelectedProjects Property

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

Syntax

'Declaration
Public WriteOnly Property DefaultSelectedProjects As SortedList
'Usage
Dim instance As DomainProjectPicker 
Dim value As SortedList

instance.DefaultSelectedProjects = value
public SortedList DefaultSelectedProjects { set; }
public:
property SortedList^ DefaultSelectedProjects {
    void set (SortedList^ value);
}
public function set DefaultSelectedProjects (value : SortedList)

Property Value

Type: System.Collections.SortedList
The list of servers and their corresponding projects to select when a server is chosen. The key of the selected list is the URL of a server and the value is an array of project URIs to select for that server.

.NET Framework Security

See Also

Reference

DomainProjectPicker Class

DomainProjectPicker Members

Microsoft.TeamFoundation.Proxy Namespace