PIPointQuery.AttributeValue Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The value to be compared to the PIPoint attribute's value.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string AttributeValue { get; set; }
Public Property AttributeValue As String Get Set Dim instance As PIPointQuery Dim value As String value = instance.AttributeValue instance.AttributeValue = value
public: property String^ AttributeValue { String^ get (); void set (String^ value); }
member AttributeValue : string with get, set
Property Value
Type: StringReturns the value to be compared to the PIPoint attribute's value.