Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the TfsConfigurationServer for this instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationServer As TfsConfigurationServer
Get
public TfsConfigurationServer ConfigurationServer { get; }
public:
property TfsConfigurationServer^ ConfigurationServer {
TfsConfigurationServer^ get ();
}
member ConfigurationServer : TfsConfigurationServer
function get ConfigurationServer () : TfsConfigurationServer
Property Value
Type: Microsoft.TeamFoundation.Client.TfsConfigurationServer
Returns TfsConfigurationServer.
.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.