CachingTimeLimit Property (MarkupFileImageDataProvider)
In This Topic
Gets the Caching Time Limit for this Data Provider specified in Web.config. This is the maximum time in minutes to retain a cached document cached in RAM.
Syntax
'Declaration
Public ReadOnly Property CachingTimeLimit As Integer
'Usage
Dim instance As MarkupFileImageDataProvider
Dim value As Integer
value = instance.CachingTimeLimit
public int CachingTimeLimit {get;}
public: __property int get_CachingTimeLimit();
public:
property int CachingTimeLimit {
int get();
}
See Also