PIServer.PointSources Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This is the PIPointSource collection of the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.