Udostępnij za pośrednictwem


INDSendResult.Response Property

Definition

Gets the response message from a messenger.

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()

Property Value

Byte[]

byte[]

The response message.

Attributes

Applies to