PIPointQuery.Operator Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The operator used when comparing the attribute's value.
Namespace: OSIsoft.AF.PI
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 PIPointQuery 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
Property Value
Type: AFSearchOperatorReturns the operator used when comparing the attribute's value.
Remarks
| The In search operator is not supported. |