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
- 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.