Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
StoreSendRequestResult.Response Property
Definition
- Namespace:
- Windows.Services.Store
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.
Applies to
See also
Feedback
Was this page helpful?
