RegionAttributesCacheLoaderLibrary 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 CacheLoaderLibrary { get; }
Public ReadOnly Property CacheLoaderLibrary As String
Get
public:
property String^ CacheLoaderLibrary {
String^ get ();
}
member CacheLoaderLibrary : string with get
Return Value
Type:
Stringthe CacheLoader library path
See Also