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