Gets or sets whether to use the Clear Cache setting for the logged-in user.
Syntax
Visual Basic (Declaration) | |
---|
Property UseAutoClearCacheOption As System.Boolean |
C# | |
---|
System.bool UseAutoClearCacheOption {get; set;} |
C++/CLI | |
---|
property System.bool UseAutoClearCacheOption {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use the Clear Cache setting, false to not
Example
See Also