Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.PoolName Property

Sets the name of the pool for a client region

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

Property Value

The name of the pool to attach to this region.

Remarks

The pool with the name specified must be already created.

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace