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