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