PlayReadyRevocationServiceRequest.ResponseCustomData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the custom data that was returned in the response from the service. This property is not supported in this class.
public:
property Platform::String ^ ResponseCustomData { Platform::String ^ get(); };
winrt::hstring ResponseCustomData();
public string ResponseCustomData { get; }
var string = playReadyRevocationServiceRequest.responseCustomData;
Public ReadOnly Property ResponseCustomData As String
Property Value
Always returns NULL data.