public int Limit { get; set; }
Public Property Limit As Integer Get Set
public: property int Limit { int get (); void set (int value); }
member Limit : int with get, set
In This Article