IProcessCommandLine Property |
The command line passed to the process at the moment of the process creation.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string CommandLine { get; }
ReadOnly Property CommandLine As String
Get
Dim instance As IProcess
Dim value As String
value = instance.CommandLine
property String^ CommandLine {
String^ get ();
}
Property Value
Type:
StringExceptions See Also