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