Spring GemFire 1.0.1 API Reference

CacheFactoryObject.Properties Property

Sets the properties used to configure the Gemfire Cache. These are copied into a GemStone.GemFire.Cache.Properties object and used to initialize the DistributedSystem.

[Visual Basic]
Public WriteOnly Property Properties() As NameValueCollection
   Public Set
   End Set
End Property
[C#]
public NameValueCollection Properties { public set; }

Property Value

The properties used to configure the cache..

See Also

CacheFactoryObject Class | Spring.Data.GemFire Namespace