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.
Gets the identity of the current authorized user.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TeamFoundationIdentity AuthorizedIdentity { get; }
property TeamFoundationIdentity^ AuthorizedIdentity {
TeamFoundationIdentity^ get();
}
abstract AuthorizedIdentity : TeamFoundationIdentity with get
ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
A Team Foundation identity object.
See Also
TeamFoundationIdentity
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top