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