Share via


DomainProjectPicker.SelectedServer Property

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

Syntax

'Declaration
Public Property SelectedServer As TeamFoundationServer
'Usage
Dim instance As DomainProjectPicker 
Dim value As TeamFoundationServer 

value = instance.SelectedServer

instance.SelectedServer = value
public TeamFoundationServer SelectedServer { get; set; }
public:
property TeamFoundationServer^ SelectedServer {
    TeamFoundationServer^ get ();
    void set (TeamFoundationServer^ value);
}
public function get SelectedServer () : TeamFoundationServer 
public function set SelectedServer (value : TeamFoundationServer)

Property Value

Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
The server selected in this dialog box.

.NET Framework Security

See Also

Reference

DomainProjectPicker Class

DomainProjectPicker Members

Microsoft.TeamFoundation.Proxy Namespace