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