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