CommandLineScript Property
In This Topic
The script to execute to generate the command line parameters
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property CommandLineScript As Script
[CanBeNull()]
public Script CommandLineScript {get; set;}
See Also