 | JobCunningLogicalExpression property |
The logical expression that is processed by this JobList.
The variables correspond to checker nodes.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string LogicalExpression { get; set; }
Public Property LogicalExpression As String
Get
Set
public:
property String^ LogicalExpression {
String^ get ();
void set (String^ value);
}
member LogicalExpression : string with get, set
Property value
String
See also