StoreSendRequestResult.Response Property

Definition

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

String

Platform::String

winrt::hstring

The response data for the request.

Applies to

See also