GigaSpaces XAP.NET Documentation
SpaceInstances Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.VirtualMachineIVirtualMachineSpaceInstances
Gets the space instances started within this virtual machine.
Declaration Syntax
C#Visual BasicVisual C++J#
IList<ISpaceInstance> SpaceInstances { get; }
ReadOnly Property SpaceInstances As IList(Of ISpaceInstance)
property IList<ISpaceInstance^>^ SpaceInstances {
	IList<ISpaceInstance^>^ get ();
}
/** @property */
IList<ISpaceInstance> get_SpaceInstances()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)