AFDataPipeStatistics.Duration Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The duration of the update.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public TimeSpan Duration { get; }
Public ReadOnly Property Duration As TimeSpan Get Dim instance As AFDataPipeStatistics Dim value As TimeSpan value = instance.Duration
public: property TimeSpan Duration { TimeSpan get (); }
member Duration : TimeSpan with get