StoreSendRequestResult.Response 属性

定义

获取请求的响应数据。

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

属性值

String

Platform::String

winrt::hstring

请求的响应数据。

适用于

另请参阅