Share via


GroupDescription.Id Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

GroupDescription Class

Microsoft.VisualStudio.Services.Identity Namespace