DirectMethodServiceRequest.Payload Property

Definition

Get the payload object. May be null or empty.

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

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to