IdentityMessage.Subject Property
Gets or sets the subject.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
'Declaration
Public Overridable Property Subject As String
Get
Set
'Usage
Dim instance As IdentityMessage
Dim value As String
value = instance.Subject
instance.Subject = value
public virtual string Subject { get; set; }
public:
virtual property String^ Subject {
String^ get ();
void set (String^ value);
}
abstract Subject : string with get, set
override Subject : string with get, set
function get Subject () : String
function set Subject (value : String)
Property Value
Type: System.String
The subject.
See Also
Reference
Microsoft.AspNet.Identity Namespace