PIPointList.GetServers Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get a list of the PIServer objects associated with this PIPointList
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<PIServer> GetServers()
Public Function GetServers As IList(Of PIServer) Dim instance As PIPointList Dim returnValue As IList(Of PIServer) returnValue = instance.GetServers()
public: IList<PIServer^>^ GetServers()
member GetServers : unit -> IList<PIServer>
Return Value
Type: IListPIServerA list of PIServer objects associated with the PIPoint objects in the PIPointList