GigaSpaces XAP.NET Documentation
JvmBootClassPath Property
Class LibraryGigaSpaces.Core.ConfigurationJvmSettingsConfigurationElementJvmBootClassPath
Gets the Jvm boot class path configuration
Declaration Syntax
C#Visual BasicVisual C++J#
public JvmBootClassPathConfigurationElement JvmBootClassPath { get; internal set; }
Public Property JvmBootClassPath As JvmBootClassPathConfigurationElement
	Get
	Friend Set
public:
property JvmBootClassPathConfigurationElement^ JvmBootClassPath {
	JvmBootClassPathConfigurationElement^ get ();
	internal: void set (JvmBootClassPathConfigurationElement^ value);
}
/** @property */
public JvmBootClassPathConfigurationElement get_JvmBootClassPath()
/** @property */
public  void set_JvmBootClassPath(JvmBootClassPathConfigurationElement value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)