AFDataPipe.PIServers Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Get the list of PIServer that could provide data for the attributes in the pipe
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<PIServer> PIServers { get; }
Public ReadOnly Property PIServers As IList(Of PIServer) Get Dim instance As AFDataPipe Dim value As IList(Of PIServer) value = instance.PIServers
public: property IList<PIServer^>^ PIServers { IList<PIServer^>^ get (); }
member PIServers : IList<PIServer> with get