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