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

自定义数据。

实现

注解

只有在完成服务请求后,才能调用此属性。

适用于