IdentityDescriptor.IdentityType Property

Gets the identity type.

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

Syntax

‘선언
Public ReadOnly Property IdentityType As String
    Get
public string IdentityType { get; }
public:
property String^ IdentityType {
    String^ get ();
}
member IdentityType : string
function get IdentityType () : String

Property Value

Type: System.String
The identity type.

.NET Framework Security

See Also

Reference

IdentityDescriptor Class

Microsoft.TeamFoundation.Framework.Client Namespace