AFDataCache.PIServers Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Get the list of PIServer that could provide data update for the attributes in the cache via
DataPipe option.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IList<PIServer> PIServers { get; }
Public ReadOnly Property PIServers As IList(Of PIServer) Get Dim instance As AFDataCache Dim value As IList(Of PIServer) value = instance.PIServers
public: property IList<PIServer^>^ PIServers { IList<PIServer^>^ get (); }
member PIServers : IList<PIServer> with get