MpnsPushMessage.Message Property

 

Gets or sets the specific MpnsMessage for this instance.

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

[XmlElementAttribute("Toast", typeof(Toast))]
[XmlElementAttribute("Tile", typeof(MpnsTileMessage))]
public MpnsMessage Message {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}
Return to top
Show: