Reference for Team Foundation Server SDK
DomainProjectPicker..::.DefaultSelectedProjects Property
Namespace:
Microsoft.TeamFoundation.Proxy
Assembly:
Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Visual Basic (Declaration)
Public WriteOnly Property DefaultSelectedProjects As SortedList
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.
Reference