GooglePushMessage::Data Property

 

A collection or name-value properties to include in the message. Properties must be simple types, i.e. they can not be nested.

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

public:
property IDictionary<String^, String^>^ Data {
	IDictionary<String^, String^>^ get();
}
Return to top
Show: