PIPointQuery.AttributeName Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The name of the PIPoint attribute to be used in the
query filter.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string AttributeName { get; set; }
Public Property AttributeName As String Get Set Dim instance As PIPointQuery Dim value As String value = instance.AttributeName instance.AttributeName = value
public: property String^ AttributeName { String^ get (); void set (String^ value); }
member AttributeName : string with get, set
Property Value
Type: StringReturns the PIPoint attribute name used in the query filter.
Remarks
The list of PIPoint attribute names can be obtained from the
PIPointClass.GetAttributes method
or the PICommonPointAttributes class.