Gets if the creation of a Jvm should ignore unrecognized options or fail if such exists.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool IgnoreUnrecognized { get; internal set; }
Public Property IgnoreUnrecognized As Boolean Get Friend Set
public: property bool IgnoreUnrecognized { bool get (); internal: void set (bool value); }
/** @property */ public boolean get_IgnoreUnrecognized() /** @property */ public void set_IgnoreUnrecognized(boolean value)