TfsConnection.Name Property
Gets the name of this Team Foundation Server connection.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Overridable ReadOnly Property Name As String
Get
public virtual string Name { get; }
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string
override Name : string
function get Name () : String
Property Value
Type: System.String
Returns String.
.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.