Share via


ApsProperties.AlertProperties Property

 

The alert message as a dictionary with additional properties describing the alert such as localization information, which image to display, etc. If the alert is simply a string then please use M:Alert.

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

Syntax

public AlertProperties AlertProperties { get; }
public:
property AlertProperties^ AlertProperties {
    AlertProperties^ get();
}
member AlertProperties : AlertProperties with get
Public ReadOnly Property AlertProperties As AlertProperties

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.AlertProperties

See Also

ApsProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top