IProcessInfo.CommandLine Property

Definition

Command line.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Command line.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="command_line", Update=true)]
public string CommandLine { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Command line.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="command_line", Update=true)>]
member this.CommandLine : string with get, set
Public Property CommandLine As String

Property Value

Attributes

Applies to