Share via


MpnsMessage.Properties Property

 

Gets the properties associated with this toast or tile.

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

Syntax

protected IDictionary<string, object> Properties { get; }
protected:
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get();
}
member Properties : IDictionary<string, Object> with get
Protected ReadOnly Property Properties As IDictionary(Of String, Object)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

Returns IDictionary<TKey, TValue>.

See Also

MpnsMessage Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top