GigaSpaces XAP.NET Documentation
AddFixedProperty Method (propertyName, propertyType)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddFixedProperty(String, Type)
Adds a property to the fixed properties set.
Declaration Syntax
C#Visual BasicVisual C++J#
public void AddFixedProperty(
	string propertyName,
	Type propertyType
)
Public Sub AddFixedProperty ( _
	propertyName As String, _
	propertyType As Type _
)
public:
void AddFixedProperty(
	String^ propertyName, 
	Type^ propertyType
)
public void AddFixedProperty(
	String propertyName,
	Type propertyType
)
Parameters
propertyName (String)
Name of property.
propertyType (Type)
Type of property.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)