共用方式為


PlayReadyDomainLeaveServiceRequest.ResponseCustomData 屬性

定義

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

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

屬性值

String

Platform::String

winrt::hstring

自訂資料。

實作

備註

此屬性只能在服務要求完成之後呼叫。

適用於