TfsTeamProjectCollection.Name Property

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

See Also

Reference

TfsTeamProjectCollection Class

Microsoft.TeamFoundation.Client Namespace