BaseUIHierarchy.ServerName Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public ReadOnly Property ServerName As String
Get
public string ServerName { get; }
public:
property String^ ServerName {
String^ get ();
}
member ServerName : string
function get ServerName () : String
Property Value
Type: System.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.