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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.