Spring GemFire 1.0.1 API Reference

CacheFactoryObject.ObjectName Property

Sets the name of the cache to the name of the Spring object definition. Can be overrided by specifying 'name' as the key in the Properties collection.

[Visual Basic]
Public NotOverridable WriteOnly Property ObjectName() As String _
    Implements IObjectNameAware.ObjectName

   Public Set
   End Set
End Property
[C#]
public string ObjectName { public set; }

Implements

IObjectNameAware.ObjectName

See Also

CacheFactoryObject Class | Spring.Data.GemFire Namespace