AppNotification.Payload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the notification's XML payload.
public:
property Platform::String ^ Payload { Platform::String ^ get(); };
winrt::hstring Payload();
public string Payload { get; }
var string = appNotification.payload;
Public ReadOnly Property Payload As String
Property Value
The notification's XML payload.