 | JobIsVolatile property |
If True, "Logical" is used to determine the result in the tree,
if False "LastNotNullLogical".
Default: False
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsVolatile { get; set; }
Public Property IsVolatile As Boolean
Get
Set
public:
property bool IsVolatile {
bool get ();
void set (bool value);
}
member IsVolatile : bool with get, set
Property value
Boolean
See also