INDSendResult.Response 속성

정의

메신저에서 응답 메시지를 가져옵니다.

public:
 property Platform::Array <byte> ^ Response { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> Response();
/// [get: Windows.Foundation.Metadata.Deprecated("INDSendResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::array_view <byte> Response();
public byte[] Response { get; }
public byte[] Response { [Windows.Foundation.Metadata.Deprecated("INDSendResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var byte[] = iNDSendResult.response;
Public ReadOnly Property Response As Byte()

속성 값

Byte[]

byte[]

응답 메시지입니다.

특성

적용 대상