CommandNotificationAction.CommandLine Property

Definition

The command line.

public:
 property System::String ^ CommandLine { System::String ^ get(); void set(System::String ^ value); };
public string CommandLine { get; set; }
member this.CommandLine : string with get, set
Public Property CommandLine As String

Property Value

String

Returns a String that defines the command that this notification action executes.

Remarks

The value of this property must match the command exactly as it would be entered at a command prompt.

Define the value of the WorkingDirectory property to indicate the directory in which the command is executed.

Applies to