Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public int MinConcurrentConsumers { get; set; }
Public Property MinConcurrentConsumers As Integer Get Set
public: property int MinConcurrentConsumers { int get (); void set (int value); }
/** @property */ public int get_MinConcurrentConsumers() /** @property */ public void set_MinConcurrentConsumers(int value)