IdentityUserClaim<TKey>.ClaimValue Property

 

Gets or sets the claim value.

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

Syntax

public virtual string ClaimValue { get; set; }
public:
property String^ ClaimValue {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract ClaimValue : string with get, set
override ClaimValue : string with get, set
Public Overridable Property ClaimValue As String

Property Value

Type: System.String

The claim value.

See Also

IdentityUserClaim<TKey> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top