INDSendResult.Response Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le message de réponse d’un messager.
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()
Valeur de propriété
Byte[]
byte[]
Message de réponse.
- Attributs