PIPointQuery.AttributeValue Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.