[XmlAttributeAttribute]
public double height { get; set; }<XmlAttributeAttribute>
Public Property height As Double
Get
Setpublic:
[XmlAttributeAttribute]
property double height {
double get ();
void set (double value);
}[<XmlAttributeAttribute>]
member height : float with get, set