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
- 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.