AFDataPipeStatistics.Subsections Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Subsections of this update. Statistics contained in the list are a subset of the statistics reported by this instance.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IReadOnlyList<AFDataPipeStatistics> Subsections { get; }
Public ReadOnly Property Subsections As IReadOnlyList(Of AFDataPipeStatistics) Get Dim instance As AFDataPipeStatistics Dim value As IReadOnlyList(Of AFDataPipeStatistics) value = instance.Subsections
public: property IReadOnlyList<AFDataPipeStatistics^>^ Subsections { IReadOnlyList<AFDataPipeStatistics^>^ get (); }
member Subsections : IReadOnlyList<AFDataPipeStatistics> with get