共用方式為


TestManagementService.AuthorizedIdentity Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Declaration
Public ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
public TeamFoundationIdentity AuthorizedIdentity { get; }
public:
virtual property TeamFoundationIdentity^ AuthorizedIdentity {
    TeamFoundationIdentity^ get () sealed;
}
abstract AuthorizedIdentity : TeamFoundationIdentity with get 
override AuthorizedIdentity : TeamFoundationIdentity with get
final function get AuthorizedIdentity () : TeamFoundationIdentity

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
The identity of the current authorized user.

Implements

ITestManagementService.AuthorizedIdentity

.NET Framework Security

See Also

Reference

TestManagementService Class

Microsoft.TeamFoundation.TestManagement.Client Namespace