RegionAttributesTKey, TValuePersistenceProperties Property |
Returns the properties set for persistence.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Properties<string, string> PersistenceProperties { get; }
Public ReadOnly Property PersistenceProperties As Properties(Of String, String)
Get
public:
property Properties<String^, String^>^ PersistenceProperties {
Properties<String^, String^>^ get ();
}
member PersistenceProperties : Properties<string, string> with get
Return Value
Type:
PropertiesString,
Stringproperties for the PersistenceManager
See Also