IAFAnalysisRuleState.ExecutionTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The AFTime to execute the AFAnalysisRule at.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
AFTime ExecutionTime { get; }
ReadOnly Property ExecutionTime As AFTime Get Dim instance As IAFAnalysisRuleState Dim value As AFTime value = instance.ExecutionTime
property AFTime ExecutionTime { AFTime get (); }
abstract ExecutionTime : AFTime with get