Freigeben über


IdentityBatchInfo.Descriptors 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 Descriptors As IdentityDescriptorCollection
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IdentityDescriptorCollection Descriptors { get; private set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IdentityDescriptorCollection^ Descriptors {
    IdentityDescriptorCollection^ get ();
    private: void set (IdentityDescriptorCollection^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Descriptors : IdentityDescriptorCollection with get, private set
function get Descriptors () : IdentityDescriptorCollection 
private function set Descriptors (value : IdentityDescriptorCollection)

Property Value

Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptorCollection

.NET Framework Security

See Also

Reference

IdentityBatchInfo Class

Microsoft.VisualStudio.Services.Identity Namespace