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