TfsConfigurationServer.Name Property

Gets the name of this instance of TfsConfigurationServer.

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
override Name : string
override function get Name () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TfsConfigurationServer Class

Microsoft.TeamFoundation.Client Namespace