IdentityUserClaim.ClaimValue Property

Claim value

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

Syntax

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

value = instance.ClaimValue

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

Property Value

Type: System.String

See Also

Reference

IdentityUserClaim Class

Microsoft.AspNet.Identity.EntityFramework Namespace