DialAppStateDetails.FullXml Property

Definition

Gets the entire XML response that is provided by the app when state of the app was requested.

public:
 property Platform::String ^ FullXml { Platform::String ^ get(); };
winrt::hstring FullXml();
public string FullXml { get; }
var string = dialAppStateDetails.fullXml;
Public ReadOnly Property FullXml As String

Property Value

String

Platform::String

winrt::hstring

The full XML response.

Applies to