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

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