Returns the symbol name of the factory function from which
the persistence manager will be created on a cache server.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public string PersistenceFactory{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PersistenceFactory As String |
| Visual C++ |
|---|
public: property String^ PersistenceFactory { String^ get (); } |
Return Value
the PersistenceManager factory function name
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace