PersistantCacheStorage Property |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, Object> Storage { get; private set; }
Public Property Storage As Dictionary(Of String, Object)
Get
Private Set
public:
property Dictionary<String^, Object^>^ Storage {
Dictionary<String^, Object^>^ get ();
private: void set (Dictionary<String^, Object^>^ value);
}
member Storage : Dictionary<string, Object> with get, private set
Property Value
Type:
DictionaryString,
Object
See Also