Share via


Container.Command Property

Definition

Gets or sets the commands to execute within the container instance in exec form.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.command")]
public System.Collections.Generic.IList<string> Command { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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