[XmlAttributeAttribute]
public bool isBold { get; set; }<XmlAttributeAttribute>
Public Property isBold As Boolean
Get
Setpublic:
[XmlAttributeAttribute]
property bool isBold {
bool get ();
void set (bool value);
}[<XmlAttributeAttribute>]
member isBold : bool with get, set