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

사용자 지정 데이터입니다.

설명

이 속성은 서비스 요청이 완료된 후에만 호출할 수 있습니다.

적용 대상