DomainProjectPicker.DefaultSelectedProjects Property

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

Syntax

声明
Public Property DefaultSelectedProjects As SortedList
    Get
    Set
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

.NET Framework Security

See Also

Reference

DomainProjectPicker Class

Microsoft.TeamFoundation.Proxy Namespace