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.IdentityType.
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Overrides Property IdentityType As String
[DataMemberAttribute]
public override string IdentityType { get; set; }
[DataMemberAttribute]
public:
virtual property String^ IdentityType {
String^ get () override;
void set (String^ value) override;
}
[<DataMemberAttribute>]
abstract IdentityType : string with get, set
[<DataMemberAttribute>]
override IdentityType : string with get, set
override function get IdentityType () : String
override function set IdentityType (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.