CachingEnable Property (MarkupFileImageDataProvider)
In This Topic
Gets the Caching Enable value for this Data Provider specified in Web.config. This is a boolean value indicating whether or not document memory caching is to be enabled.
Syntax
'Declaration
Public ReadOnly Property CachingEnable As Boolean
'Usage
Dim instance As MarkupFileImageDataProvider
Dim value As Boolean
value = instance.CachingEnable
public bool CachingEnable {get;}
public: __property bool get_CachingEnable();
public:
property bool CachingEnable {
bool get();
}
See Also