RegisteredConfigurationServer.InstanceId Property

Instance Id of the server

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property InstanceId As Guid
public Guid InstanceId { get; private set; }
public:
property Guid InstanceId {
    Guid get ();
    private: void set (Guid value);
}
member InstanceId : Guid with get, private set
function get InstanceId () : Guid 
private function set InstanceId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

RegisteredConfigurationServer Class

Microsoft.TeamFoundation.Client Namespace