Reference for Team Foundation Server SDK
DomainProjectPicker..::.DefaultSelectedProjects Property

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

Visual Basic (Declaration)
Public WriteOnly Property DefaultSelectedProjects As SortedList
Visual Basic (Usage)
Dim instance As DomainProjectPicker
Dim value As SortedList

instance.DefaultSelectedProjects = value
C#
public SortedList DefaultSelectedProjects { set; }
Visual C++
public:
property SortedList^ DefaultSelectedProjects {
    void set (SortedList^ value);
}
JScript
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.
Permissions

See Also

Reference

Tags :


Page view tracker