PIPointQuery.AttributeName Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.