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

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

Property Value

Type: System.String

The message contents.

See Also

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

Return to top