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
public:
property bool IgnoreUnrecognized {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IgnoreUnrecognized()
/** @property */
public void set_IgnoreUnrecognized(boolean value)
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)