int OrderPosition { get; set; }
Property OrderPosition As Integer Get Set
property int OrderPosition { int get (); void set (int value); }
abstract OrderPosition : int with get, set
In This Article