| Visual Basic | |
|---|---|
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 notSee the IEdmClearLocalCache examples.