CommandNotificationAction.CommandLine 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.
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
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.