GigaSpaces XAP.NET Documentation
DynamicPropertiesSupport Method (support, storageType)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderDynamicPropertiesSupport(Boolean, StorageType)
Sets whether or not this type supports dynamic properties.
Declaration Syntax
C#Visual BasicVisual C++J#
public void DynamicPropertiesSupport(
	bool support,
	StorageType storageType
)
Public Sub DynamicPropertiesSupport ( _
	support As Boolean, _
	storageType As StorageType _
)
public:
void DynamicPropertiesSupport(
	bool support, 
	StorageType storageType
)
public void DynamicPropertiesSupport(
	boolean support,
	StorageType storageType
)
Parameters
support (Boolean)
True if this type supports dynamic properties.
storageType (StorageType)
Dynamic properties storage type.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)