Share via


ContainerExec.Command Property

Definition

Gets or sets the commands to execute within the container.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to