Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PIPointQuery.Operator Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
PIPointQuery.Operator Property
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: AFSearchOperator
Returns the operator used when comparing the attribute's value.

Remarks

Important note Important
The In search operator is not supported.

Version Information

AFSDK


See Also

In This Topic