GigaSpaces XAP.NET Documentation
AddPropertyIndex Method (propertyName, indexType)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddPropertyIndex(String, SpaceIndexType)
Adds an index of the specified type for the specified property.
Declaration Syntax
C#Visual BasicVisual C++J#
public void AddPropertyIndex(
	string propertyName,
	SpaceIndexType indexType
)
Public Sub AddPropertyIndex ( _
	propertyName As String, _
	indexType As SpaceIndexType _
)
public:
void AddPropertyIndex(
	String^ propertyName, 
	SpaceIndexType indexType
)
public void AddPropertyIndex(
	String propertyName,
	SpaceIndexType indexType
)
Parameters
propertyName (String)
Name of property to index.
indexType (SpaceIndexType)
Type of index.

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