Gets or sets a boolean value that indicates whether the Data is to be updated with the latest time-series data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(true)] public bool CacheData { get; set; }
<DefaultValueAttribute(True)> _ Public Property CacheData As Boolean
[DefaultValueAttribute(true)] public: property bool CacheData { bool get (); void set (bool value); }
Exceptions
Exception | Condition |
---|---|
InvalidOperationException |
CacheData is being disabled when InitializeData is enabled. |