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