 | NodeShellBaseCanRunDllPath property |
Path to an optional dll that provides an ICanRun instance.
If available, before each run of the associated checker or worker
CanRun is called. If CanRun returns false, the start is cancelled.
The parameters transferred can also be modified in CanRun.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string? CanRunDllPath { get; set; }
Public Property CanRunDllPath As String
Get
Set
public:
property String^ CanRunDllPath {
String^ get ();
void set (String^ value);
}
member CanRunDllPath : string with get, set
Property value
String
See also