GigaSpaces XAP.NET Documentation
SpaceTypes Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactorySpaceTypes
Gets or sets the space types which should be registered with this space before it becomes active.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<ISpaceTypeDescriptor> SpaceTypes { get; set; }
Public Property SpaceTypes As ICollection(Of ISpaceTypeDescriptor)
	Get
	Set
public:
property ICollection<ISpaceTypeDescriptor^>^ SpaceTypes {
	ICollection<ISpaceTypeDescriptor^>^ get ();
	void set (ICollection<ISpaceTypeDescriptor^>^ value);
}
/** @property */
public ICollection<ISpaceTypeDescriptor> get_SpaceTypes()
/** @property */
public  void set_SpaceTypes(ICollection<ISpaceTypeDescriptor> value)

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