GigaSpaces XAP.NET Documentation
SetRoutingProperty Method (routingPropertyName, indexType)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderSetRoutingProperty(String, SpaceIndexType)
Sets the routing property.
Declaration Syntax
C#Visual BasicVisual C++J#
public void SetRoutingProperty(
	string routingPropertyName,
	SpaceIndexType indexType
)
Public Sub SetRoutingProperty ( _
	routingPropertyName As String, _
	indexType As SpaceIndexType _
)
public:
void SetRoutingProperty(
	String^ routingPropertyName, 
	SpaceIndexType indexType
)
public void SetRoutingProperty(
	String routingPropertyName,
	SpaceIndexType indexType
)
Parameters
routingPropertyName (String)
Name of routing property.
indexType (SpaceIndexType)
Routing property index type.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)