IClientContext.Id Property

Gets the GUID for this context.

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

Syntax

'Declaration
ReadOnly Property Id As Guid
Guid Id { get; }
property Guid Id {
    Guid get ();
}
abstract Id : Guid with get
function get Id () : Guid

Property Value

Type: System.Guid
The GUID for this context.

.NET Framework Security

See Also

Reference

IClientContext Interface

Microsoft.TeamFoundation.Client Namespace