Share via


Identity.Descriptor Property

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

Syntax

'Declaration
Public Property Descriptor As IdentityDescriptor
public IdentityDescriptor Descriptor { get; set; }
public:
property IdentityDescriptor^ Descriptor {
    IdentityDescriptor^ get ();
    void set (IdentityDescriptor^ value);
}
member Descriptor : IdentityDescriptor with get, set
function get Descriptor () : IdentityDescriptor 
function set Descriptor (value : IdentityDescriptor)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.VisualStudio.Services.Identity Namespace