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