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 ReadOnly Property SelectedProjects As ProjectInfo()
'Usage
Dim instance As DomainProjectPicker
Dim value As ProjectInfo()
value = instance.SelectedProjects
public ProjectInfo[] SelectedProjects { get; }
public:
property array<ProjectInfo^>^ SelectedProjects {
array<ProjectInfo^>^ get ();
}
public function get SelectedProjects () : ProjectInfo[]
Property Value
Type: array<Microsoft.TeamFoundation.Server.ProjectInfo[]
The list of projects selected in this dialog box.
.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.