Share via


AccessControlEntry.Descriptor Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Descriptor As IdentityDescriptor
[DataMemberAttribute]
public IdentityDescriptor Descriptor { get; set; }
[DataMemberAttribute]
public:
property IdentityDescriptor^ Descriptor {
    IdentityDescriptor^ get ();
    void set (IdentityDescriptor^ value);
}
[<DataMemberAttribute>]
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

AccessControlEntry Class

Microsoft.VisualStudio.Services.Security Namespace