Metodo IdentityManagementWebService.ReadIdentitiesById
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<WebMethodAttribute> _
Public Function ReadIdentitiesById ( _
teamFoundationIds As Guid(), _
queryMembership As Integer, _
features As Integer, _
options As Integer, _
propertyNameFilters As String(), _
propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ReadIdentitiesById(
Guid[] teamFoundationIds,
int queryMembership,
int features,
int options,
string[] propertyNameFilters,
int propertyScope
)
Parametri
- teamFoundationIds
Tipo: array<System.Guid[]
- queryMembership
Tipo: System.Int32
- features
Tipo: System.Int32
- options
Tipo: System.Int32
- propertyNameFilters
Tipo: array<System.String[]
- propertyScope
Tipo: System.Int32
Valore restituito
Tipo: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IdentityManagementWebService Classe
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices