Share via


AlertProperties.Body Property

 

The text of the alert message.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

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

Property Value

Type: System.String

See Also

AlertProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top