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;}
[CanBeNull()]
public:
property Script^ CommandLineScript {
Script^ get();
void set ( Script^ value);
}
See Also