Metodo AccessControlWebService.QueryServiceIdentitiesById
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 QueryServiceIdentitiesById ( _
serviceIdentityIds As Guid(), _
includeMemberships As Boolean _
) As ServiceIdentity()
[WebMethodAttribute]
public ServiceIdentity[] QueryServiceIdentitiesById(
Guid[] serviceIdentityIds,
bool includeMemberships
)
Parametri
- serviceIdentityIds
Tipo: array<System.Guid[]
- includeMemberships
Tipo: System.Boolean
Valore restituito
Tipo: array<Microsoft.TeamFoundation.Framework.Server.ServiceIdentity[]
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
AccessControlWebService Classe
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices