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