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