RegionAttributesCacheWriterLibrary Property |
Returns the path of the library from which
the factory function will be invoked on a cache server.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string CacheWriterLibrary { get; }
Public ReadOnly Property CacheWriterLibrary As String
Get
public:
property String^ CacheWriterLibrary {
String^ get ();
}
member CacheWriterLibrary : string with get
Return Value
Type:
Stringthe CacheWriter library path
See Also