IdentityDescriptor.Identifier Property
Gets the identifier.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Public ReadOnly Property Identifier As String
Get
public string Identifier { get; }
public:
property String^ Identifier {
String^ get ();
}
member Identifier : string
function get Identifier () : String
Property Value
Type: System.String
The identifier.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.