次の方法で共有


PlayReadyMeteringReportServiceRequest.ResponseCustomData プロパティ

定義

サービスからの応答で返されたカスタム データを取得します。

public:
 property Platform::String ^ ResponseCustomData { Platform::String ^ get(); };
winrt::hstring ResponseCustomData();
public string ResponseCustomData { get; }
var string = playReadyMeteringReportServiceRequest.responseCustomData;
Public ReadOnly Property ResponseCustomData As String

プロパティ値

String

Platform::String

winrt::hstring

カスタム データ。

実装

注釈

このプロパティは、サービス要求が完了した後にのみ呼び出すことができます。

適用対象