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