IdentityManagementWebService.ReadIdentitiesByDescriptor Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function ReadIdentitiesByDescriptor ( _
descriptors As IdentityDescriptor(), _
queryMembership As Integer, _
options As Integer, _
features As Integer, _
propertyNameFilters As String(), _
propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ReadIdentitiesByDescriptor(
IdentityDescriptor[] descriptors,
int queryMembership,
int options,
int features,
string[] propertyNameFilters,
int propertyScope
)
[WebMethodAttribute]
public:
array<TeamFoundationIdentity^>^ ReadIdentitiesByDescriptor(
array<IdentityDescriptor^>^ descriptors,
int queryMembership,
int options,
int features,
array<String^>^ propertyNameFilters,
int propertyScope
)
[<WebMethodAttribute>]
member ReadIdentitiesByDescriptor :
descriptors:IdentityDescriptor[] *
queryMembership:int *
options:int *
features:int *
propertyNameFilters:string[] *
propertyScope:int -> TeamFoundationIdentity[]
public function ReadIdentitiesByDescriptor(
descriptors : IdentityDescriptor[],
queryMembership : int,
options : int,
features : int,
propertyNameFilters : String[],
propertyScope : int
) : TeamFoundationIdentity[]
Parameters
- descriptors
Type: array<Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor[]
- queryMembership
Type: System.Int32
- options
Type: System.Int32
- features
Type: System.Int32
- propertyNameFilters
Type: array<System.String[]
- propertyScope
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
.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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace