
 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public int MaxConcurrentConsumers { get; set; }Public Property MaxConcurrentConsumers As Integer
public:
property int MaxConcurrentConsumers {
	int get ();
	void set (int value);
}/** @property */
public int get_MaxConcurrentConsumers()
/** @property */
public  void set_MaxConcurrentConsumers(int value)
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)