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