ExecActionV1.Command Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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