Partager via


IdentityManagementWebService.ReadIdentities, méthode

Identités de lecture. La première magasin d'IMS de test, puis éventuellement source comme AD. La source réelle est indiquée par une propriété de l'objet Identity elle-même.

Espace de noms :  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • searchFactor
    Type : System.Int32
    comment les identités sont spécifiées
  • factorValues
    Type : array<System.String[]
    factorValues (nom de compte, etc.)
  • queryMembership
    Type : System.Int32
    les informations d'appartenance None, directes ou développées

Valeur de retour

Type : array<array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[][]
Choix d'identités.

Sécurité .NET Framework

Voir aussi

Référence

IdentityManagementWebService Classe

Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms