GigaSpaces XAP.NET Documentation
IgnoreUnrecognized Property
Class LibraryGigaSpaces.Core.ConfigurationJvmCustomOptionsConfigurationElementIgnoreUnrecognized
Gets if the creation of a Jvm should ignore unrecognized options or fail if such exists.
Declaration Syntax
C#Visual BasicVisual 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: 9.1.2.7920 (9.1.2.7920)