AFDurationQuery.Operator Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The operator used when comparing the length of the Duration.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFSearchOperator Operator { get; set; }
Public Property Operator As AFSearchOperator Get Set Dim instance As AFDurationQuery Dim value As AFSearchOperator value = instance.Operator instance.Operator = value
public: property AFSearchOperator Operator { AFSearchOperator get (); void set (AFSearchOperator value); }
member Operator : AFSearchOperator with get, set