Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.