IdentityDescriptor.Identifier Property

Gets the identifier.

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

Syntax

'Declaration
Public ReadOnly Property Identifier As String
public string Identifier { get; }
public:
property String^ Identifier {
    String^ get ();
}
member Identifier : string with get
function get Identifier () : String

Property Value

Type: System.String
The identifier.

.NET Framework Security

See Also

Reference

IdentityDescriptor Class

Microsoft.TeamFoundation.Framework.Client Namespace