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

要求の応答データ。

適用対象

こちらもご覧ください