PlayReadyLicenseAcquisitionServiceRequest.ResponseCustomData 屬性

定義

取得從服務回應中傳回的自訂資料。

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

屬性值

String

Platform::String

winrt::hstring

自訂資料。

實作

備註

只有在服務要求完成之後,才能呼叫這個屬性。

適用於