RunIsolated Property (Script)
In This Topic
Indicates whether the script should be run by in an isolated instance of the script hosting process.
Syntax
'Declaration
Public Property RunIsolated As Boolean
public bool RunIsolated {get; set;}
public:
property bool RunIsolated {
bool get();
void set ( bool value);
}
See Also