Share via


ApsProperties.Alert Property

 

The alert message as a single string. For more complex alert message options, please use M:AlertProperties.

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

Syntax

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

Property Value

Type: System.String

See Also

ApsProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top