| 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
Syntaxstring 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: 
String Exceptions
Exceptions See Also
See Also