AccessControlWebService.QueryServiceIdentitiesById Method
Query the service identities by id
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryServiceIdentitiesById ( _
serviceIdentityIds As Guid(), _
includeMemberships As Boolean _
) As ServiceIdentity()
[WebMethodAttribute]
public ServiceIdentity[] QueryServiceIdentitiesById(
Guid[] serviceIdentityIds,
bool includeMemberships
)
[WebMethodAttribute]
public:
array<ServiceIdentity^>^ QueryServiceIdentitiesById(
array<Guid>^ serviceIdentityIds,
bool includeMemberships
)
[<WebMethodAttribute>]
member QueryServiceIdentitiesById :
serviceIdentityIds:Guid[] *
includeMemberships:bool -> ServiceIdentity[]
public function QueryServiceIdentitiesById(
serviceIdentityIds : Guid[],
includeMemberships : boolean
) : ServiceIdentity[]
Parameters
serviceIdentityIds
Type: array<System.Guid[]The ids of the service identities to query
includeMemberships
Type: System.BooleanWhether or not to include membership information
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.ServiceIdentity[]
The service identities
.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
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace