Gets or sets whether to fetch the persistent from storage if not found in cache.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FetchFromStorageIfNull As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SimpleCacheManager
Dim value As Boolean
instance.FetchFromStorageIfNull = value
value = instance.FetchFromStorageIfNull
|
| C# | |
|---|
public bool FetchFromStorageIfNull {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_FetchFromStorageIfNull();
public: __property void set_FetchFromStorageIfNull(
bool value
); |
| C++/CLI | |
|---|
public:
property bool FetchFromStorageIfNull {
bool get();
void set (bool value);
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also