PIServer.PointSources Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This is the PIPointSource collection of the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public PIPointSources PointSources { get; }
Public ReadOnly Property PointSources As PIPointSources Get Dim instance As PIServer Dim value As PIPointSources value = instance.PointSources
public: property PIPointSources^ PointSources { PIPointSources^ get (); }
member PointSources : PIPointSources with get
Property Value
Type: PIPointSourcesReturns the current collection of PIPointSource objects for the PIServer.