PlayReadyMeteringReportServiceRequest.ResponseCustomData Property

Definition

Gets the custom data that was returned in the response from the service.

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

Property Value

String

Platform::String

winrt::hstring

The custom data.

Implements

Remarks

This property can be called only after the service request has been completed.

Applies to