PIPointQuery.Operator Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The operator used when comparing the attribute's value.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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. |