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