Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.Destroy Property

Sets a value indicating whether the region created by this factory object will be destroyed on shutdown (default false)

[Visual Basic]
Public WriteOnly Property Destroy() As Boolean
   Public Set
   End Set
End Property
[C#]
public bool Destroy { public set; }

Property Value

true if destroy region on shutdown; otherwise, false.

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace