IdentityBatchInfo Constructor (IList<IdentityDescriptor>, QueryMembership, IEnumerable<String>, Boolean)
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
descriptors As IList(Of IdentityDescriptor), _
queryMembership As QueryMembership, _
propertyNames As IEnumerable(Of String), _
includeRestrictedVisibility As Boolean _
)
public IdentityBatchInfo(
IList<IdentityDescriptor> descriptors,
QueryMembership queryMembership,
IEnumerable<string> propertyNames,
bool includeRestrictedVisibility
)
public:
IdentityBatchInfo(
IList<IdentityDescriptor^>^ descriptors,
QueryMembership queryMembership,
IEnumerable<String^>^ propertyNames,
bool includeRestrictedVisibility
)
new :
descriptors:IList<IdentityDescriptor> *
queryMembership:QueryMembership *
propertyNames:IEnumerable<string> *
includeRestrictedVisibility:bool -> IdentityBatchInfo
public function IdentityBatchInfo(
descriptors : IList<IdentityDescriptor>,
queryMembership : QueryMembership,
propertyNames : IEnumerable<String>,
includeRestrictedVisibility : boolean
)
Parameters
- descriptors
Type: System.Collections.Generic.IList<IdentityDescriptor>
- queryMembership
Type: Microsoft.VisualStudio.Services.Identity.QueryMembership
- propertyNames
Type: System.Collections.Generic.IEnumerable<String>
- includeRestrictedVisibility
Type: System.Boolean
.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.