Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides IdentityDescriptor.Identifier.
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Overrides Property Identifier As String
[DataMemberAttribute]
public override string Identifier { get; set; }
[DataMemberAttribute]
public:
virtual property String^ Identifier {
String^ get () override;
void set (String^ value) override;
}
[<DataMemberAttribute>]
abstract Identifier : string with get, set
[<DataMemberAttribute>]
override Identifier : string with get, set
override function get Identifier () : String
override function set Identifier (value : String)
Property Value
Type: System.String
.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.