EmailTokenProvider<TUser, TKey>.Subject Property

 

Gets or sets the e-mail subject used when a token notification is received.

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

Syntax

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

Property Value

Type: System.String

The e-mail subject used when a token notification is received.

See Also

EmailTokenProvider<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top