public double Height { get; set; }Public Property Height As Double
Get
Setpublic:
virtual property double Height {
double get () sealed;
void set (double value) sealed;
}abstract Height : float with get, set
override Height : float with get, set