AFData.CacheEnabled Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Whether AFDataCache is enabled for this AFData instance.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public bool CacheEnabled { get; }
Public ReadOnly Property CacheEnabled As Boolean Get Dim instance As AFData Dim value As Boolean value = instance.CacheEnabled
public: property bool CacheEnabled { bool get (); }
member CacheEnabled : bool with get
Property Value
Type: BooleanReturns true if the AFDataCache is enabled for this AFData instance. Otherwise false is returned.