In This Topic
The path and filename of the external script to execute.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ScriptFile As String
[CanBeNull()]
public string ScriptFile {get; set;}
[CanBeNull()]
public:
property String^ ScriptFile {
String^ get();
void set ( String^ value);
}
See Also