IdentityMessage.Body Property

Gets or sets the message contents.

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

Syntax

'Declaration
Public Overridable Property Body As String 
    Get 
    Set
'Usage
Dim instance As IdentityMessage 
Dim value As String 

value = instance.Body

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

Property Value

Type: System.String
The message contents.

See Also

Reference

IdentityMessage Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity