Freigeben über


Identity.Descriptor Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Descriptor As IdentityDescriptor
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IdentityDescriptor Descriptor { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IdentityDescriptor^ Descriptor {
    IdentityDescriptor^ get ();
    void set (IdentityDescriptor^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Descriptor : IdentityDescriptor with get, set
function get Descriptor () : IdentityDescriptor 
function set Descriptor (value : IdentityDescriptor)

Property Value

Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.VisualStudio.Services.Identity Namespace