public bool Ignore { get; set; }
Public Property Ignore As Boolean
Get
Set
Dim instance As UnknownArgumentEventArgs
Dim value As Boolean
value = instance.Ignore
instance.Ignore = value
public:
property bool Ignore {
bool get ();
void set (bool value);
}
This property is not used if the CancelParsing property is set to a value other than CancelModeNone.