GigaSpaces XAP.NET Documentation
SpaceTypeDescriptors Property
Class LibraryGigaSpaces.CoreSpaceConfigSpaceTypeDescriptors
Gets the list of space type descriptors that the space should start with. Types added to this list will be registered when the space starts.
Declaration Syntax
C#Visual BasicVisual C++J#
public ICollection<ISpaceTypeDescriptor> SpaceTypeDescriptors { get; }
Public ReadOnly Property SpaceTypeDescriptors As ICollection(Of ISpaceTypeDescriptor)
public:
property ICollection<ISpaceTypeDescriptor^>^ SpaceTypeDescriptors {
	ICollection<ISpaceTypeDescriptor^>^ get ();
}
/** @property */
public ICollection<ISpaceTypeDescriptor> get_SpaceTypeDescriptors()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)