IPlayReadyServiceRequest.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 = iPlayReadyServiceRequest.responseCustomData;
Public ReadOnly Property ResponseCustomData As String

Property Value

String

Platform::String

winrt::hstring

The custom data.

Remarks

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

Applies to