Share via


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

See Also

Reference

IdentityDescriptor Class

Microsoft.VisualStudio.Services.Identity Namespace