StoreSendRequestResult.Response 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 response data for the request.
public:
property Platform::String ^ Response { Platform::String ^ get(); };
winrt::hstring Response();
public string Response { get; }
var string = storeSendRequestResult.response;
Public ReadOnly Property Response As String
Property Value
The response data for the request.