IRegistration.InstanceId Property
Gets the identifier for a registration instance.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property InstanceId As Guid
'Usage
Dim instance As IRegistration
Dim value As Guid
value = instance.InstanceId
Guid InstanceId { get; }
property Guid InstanceId {
Guid get ();
}
function get InstanceId () : Guid
Property Value
Type: System.Guid
The identifier for the registration instance.
.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.