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
- 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.