Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.Attributes Property

Sets the region attributes used for the region by this factory. Allows maximum control in specifying the region settings.

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

Property Value

The attributes.

Remarks

Used only when a new region is created.

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace