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