Share via


ExecActionV1.Command Property

Definition

Gets the list of commands to be executed. This property represents the specific command-line arguments that will be invoked as part of the execution action.

[YamlDotNet.Serialization.YamlMember(Alias="command")]
public System.Collections.Generic.List<string> Command { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="command")>]
member this.Command : System.Collections.Generic.List<string>
Public ReadOnly Property Command As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to