Gets or sets a value that disables the browser images caching on the client machine.
public bool DisableBrowserCaching {get; set;}
'Declaration
Public Property DisableBrowserCaching As Boolean
'Usage
Dim instance As WebThumbnailViewer
Dim value As Boolean
instance.DisableBrowserCaching = value
value = instance.DisableBrowserCaching
public:
property bool DisableBrowserCaching {
bool get();
void set ( bool value);
}
Property Value
true to disable the browser images caching on the client machine; otherwise, it is false.