Spring GemFire 1.0.1 API Reference

RegionLookupFactoryObject.Name Property

Sets the name of the cache region. If no cache is found under the given name, a new one will be created. If no name is given, the objectName will be used.

[Visual Basic]
Public WriteOnly Property Name() As String
   Public Set
   End Set
End Property
[C#]
public string Name { public set; }

Property Value

The region name.

See Also

RegionLookupFactoryObject Class | Spring.Data.GemFire Namespace