VssConnection.ServerId Property
The GUID that identifies the server associated with the VssConnection.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ServerId As Guid
public Guid ServerId { get; }
public:
property Guid ServerId {
Guid get ();
}
member ServerId : Guid with get
function get ServerId () : Guid
Property Value
Type: System.Guid
.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.