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