AFInputCountData.IsTimeContextUndetermined Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns true if time context is undetermined
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsTimeContextUndetermined { get; }
Public ReadOnly Property IsTimeContextUndetermined As Boolean Get Dim instance As AFInputCountData Dim value As Boolean value = instance.IsTimeContextUndetermined
public: property bool IsTimeContextUndetermined { bool get (); }
member IsTimeContextUndetermined : bool with get