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

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