ProfileOperations.isCacheAvailable Property
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.
Gets a Boolean value that specifies whether the cache object is available.
public:
property bool isCacheAvailable { bool get(); };
public bool isCacheAvailable { get; }
member this.isCacheAvailable : bool
Public ReadOnly Property isCacheAvailable As Boolean
Property Value
true
if the cache object is present; otherwise, false
.