AFCase.CollectTransfersTime Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the time that transfers were last collected
for the case analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFTime CollectTransfersTime { get; }
Public ReadOnly Property CollectTransfersTime As AFTime Get Dim instance As AFCase Dim value As AFTime value = instance.CollectTransfersTime
public: property AFTime CollectTransfersTime { AFTime get (); }
member CollectTransfersTime : AFTime with get
Property Value
Type: AFTimeReturns the time that transfers were last collected for the case analysis.
Remarks
This property is updated every time the CollectTransfers is called
and return without errors.
If its value is AFTime.MinValue,
then the transfers have not been collected.