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