IdentityUserClaim.ClaimType Property

Claim type

Namespace:  Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

'Declaration
Public Overridable Property ClaimType As String 
    Get 
    Set
'Usage
Dim instance As IdentityUserClaim 
Dim value As String 

value = instance.ClaimType

instance.ClaimType = value
public virtual string ClaimType { get; set; }
public:
virtual property String^ ClaimType {
    String^ get ();
    void set (String^ value);
}
abstract ClaimType : string with get, set 
override ClaimType : string with get, set
function get ClaimType () : String 
function set ClaimType (value : String)

Property Value

Type: System.String

See Also

Reference

IdentityUserClaim Class

Microsoft.AspNet.Identity.EntityFramework Namespace