PlayReadyDomainJoinServiceRequest.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.
public:
property Platform::String ^ ResponseCustomData { Platform::String ^ get(); };
winrt::hstring ResponseCustomData();
public string ResponseCustomData { get; }
var string = playReadyDomainJoinServiceRequest.responseCustomData;
Public ReadOnly Property ResponseCustomData As String
Property Value
The custom data.
Implements
Remarks
This property can only be called after the service request has been completed.