DialAppStateDetails.FullXml 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 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
The full XML response.