Share via


IdentityMessage.Subject Property

 

Gets or sets the subject.

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

Syntax

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

Property Value

Type: System.String

The subject.

See Also

IdentityMessage Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top