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

自定义数据。

注解

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

适用于