DirectMethodClientResponse.Payload プロパティ

定義

ペイロード オブジェクトを取得します。 null または空の場合があります。

[Newtonsoft.Json.JsonIgnore]
public object Payload { get; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Payload : obj
Public ReadOnly Property Payload As Object

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

注釈

ペイロードには、null 型またはプリミティブ型 (たとえば、string、int/array/list/dictionary/custom type) を指定できます。

適用対象