IPlayReadyServiceRequest.ResponseCustomData プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

カスタム データ。

注釈

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

適用対象