AFDataPipeStatistics.Duration Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The duration of the update.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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