Freigeben über


INDSendResult.Response Eigenschaft

Definition

Ruft die Antwortnachricht von einem Messenger ab.

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

Eigenschaftswert

Byte[]

byte[]

Die Antwortmeldung.

Attribute

Gilt für: