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

AF SDK Reference

PIPointQuery.AttributeName Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIPointQuery.AttributeName Property
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: String
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in