xRecord.disableCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
disableCache() |
Gets and sets the property that indicates whether caching is disabled. |
disableCache(Boolean) |
disableCache()
Gets and sets the property that indicates whether caching is disabled.
public:
virtual bool disableCache();
public virtual bool disableCache ();
abstract member disableCache : unit -> bool
override this.disableCache : unit -> bool
Public Overridable Function disableCache () As Boolean
Returns
The new value of the disable cache property.
Applies to
disableCache(Boolean)
public:
virtual bool disableCache(bool _newValue);
public virtual bool disableCache (bool _newValue);
abstract member disableCache : bool -> bool
override this.disableCache : bool -> bool
Public Overridable Function disableCache (_newValue As Boolean) As Boolean
Parameters
- _newValue
- Boolean
A Boolean value that indicates whether caching is disabled.