RegionAttributesPersistenceProperties Property |
Returns the properties set for persistence.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Properties PersistenceProperties { get; }
Public ReadOnly Property PersistenceProperties As Properties
Get
public:
property Properties^ PersistenceProperties {
Properties^ get ();
}
member PersistenceProperties : Properties with get
Return Value
Type:
Propertiesproperties for the PersistenceManager
See Also