public bool NumberIsSequential { get; set; }
Public Property NumberIsSequential As Boolean Get Set
public: property bool NumberIsSequential { bool get (); void set (bool value); }
member NumberIsSequential : bool with get, set
In This Article