共用方式為


CommandPostBody.Command Property

Definition

Gets or sets the command which should be run

[Newtonsoft.Json.JsonProperty(PropertyName="command")]
public string Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="command")>]
member this.Command : string with get, set
Public Property Command As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to