PlayReadyLicenseAcquisitionServiceRequest.ResponseCustomData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得從服務回應中傳回的自訂資料。
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
屬性值
自訂資料。
實作
備註
只有在服務要求完成之後,才能呼叫這個屬性。