AFAttributeValueQuery.Operator Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The operator used when comparing the attribute's value.
Namespace: OSIsoft.AF.Asset
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 AFAttributeValueQuery 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.