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 name of the server.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Name As String
public override string Name { get; }
public:
virtual property String^ Name {
String^ get () override;
}
abstract Name : string with get
override Name : string with get
override function get Name () : String
Property Value
Type: System.String
Returns String.
Remarks
Calling DisplayName property would set the m_displayName using the value in m_userSpecifiedName if it has not been set already.
.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.