Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get all user identities cached locally.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ReadOnlyCollection<TeamFoundationIdentity> AllUserIdentities { get; }
property ReadOnlyCollection<TeamFoundationIdentity^>^ AllUserIdentities {
ReadOnlyCollection<TeamFoundationIdentity^>^ get();
}
abstract AllUserIdentities : ReadOnlyCollection<TeamFoundationIdentity> with get
ReadOnly Property AllUserIdentities As ReadOnlyCollection(Of TeamFoundationIdentity)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TeamFoundationIdentity>
Returns ReadOnlyCollection<T>.
See Also
ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top