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 recently used users from TFS
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ReadOnlyCollection<TeamFoundationIdentityName> RecentUserNames { get; }
property ReadOnlyCollection<TeamFoundationIdentityName^>^ RecentUserNames {
ReadOnlyCollection<TeamFoundationIdentityName^>^ get();
}
abstract RecentUserNames : ReadOnlyCollection<TeamFoundationIdentityName> with get
ReadOnly Property RecentUserNames As ReadOnlyCollection(Of TeamFoundationIdentityName)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TeamFoundationIdentityName>
Returns ReadOnlyCollection<T>.
See Also
ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top