GigaSpaces XAP.NET Documentation
AddFixedProperty Method (propertyDescriptor)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddFixedProperty(ISpacePropertyDescriptor)
Adds a property to the fixed properties set. SpacePropertyDescriptor
Declaration Syntax
C#Visual BasicVisual C++J#
public void AddFixedProperty(
	ISpacePropertyDescriptor propertyDescriptor
)
Public Sub AddFixedProperty ( _
	propertyDescriptor As ISpacePropertyDescriptor _
)
public:
void AddFixedProperty(
	ISpacePropertyDescriptor^ propertyDescriptor
)
public void AddFixedProperty(
	ISpacePropertyDescriptor propertyDescriptor
)
Parameters
propertyDescriptor (ISpacePropertyDescriptor)
Description of the fixed property.

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