ConnectionData.InstanceId Property

The instance id for this server.

Namespace:  Microsoft.TeamFoundation.Server.Core.Location
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

ConnectionData Class

Microsoft.TeamFoundation.Server.Core.Location Namespace