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.2.0.0 (10.2.1.14000)