This documentation is archived and is not being maintained.
IGroupSecurityService::ReadIdentity Method
Visual Studio 2013
Searches for an identity.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Identity^ ReadIdentity( SearchFactor factor, String^ factorValue, QueryMembership queryMembership )
Parameters
- factor
- Type: Microsoft.TeamFoundation.Server::SearchFactor
specifies how search will continue SearchFactor
- factorValue
- Type: System::String
this value will be interpreted based on SearchFactor
- queryMembership
- Type: Microsoft.TeamFoundation.Server::QueryMembership
specifies what membership data should be returned QueryMembership
Return Value
Type: Microsoft.TeamFoundation.Server::IdentityThe identity that meets the searching criteria
- 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.
Show: