VersionControlServer.AuthorizedIdentity Property

Gets the authorized identity associated with the version control server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
public TeamFoundationIdentity AuthorizedIdentity { get; }
public:
property TeamFoundationIdentity^ AuthorizedIdentity {
    TeamFoundationIdentity^ get ();
}
member AuthorizedIdentity : TeamFoundationIdentity with get
function get AuthorizedIdentity () : TeamFoundationIdentity

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
The authorized identity associated with the version control server.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace