PIServer.GetPointAttributeNames Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public ICollection<string> GetPointAttributeNames()
Public Function GetPointAttributeNames As ICollection(Of String) Dim instance As PIServer Dim returnValue As ICollection(Of String) returnValue = instance.GetPointAttributeNames()
public: ICollection<String^>^ GetPointAttributeNames()
member GetPointAttributeNames : unit -> ICollection<string>
Return Value
Type: ICollectionStringReturns a list of the PIPoint attribute names for the PIServer.
Remarks
This method returns a list of the PIPoint attribute names for the PIServer.
These attribute names are defined by the available PIPointClass objects on the PIServer.