Share via


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

See Also

Reference

IRegistration Interface

IRegistration Members

Microsoft.TeamFoundation.Server Namespace