GigaSpaces XAP.NET Documentation
Index Property
Class LibraryGigaSpaces.Core.MetadataSpacePropertyAttributeIndex
Specifies the indexing mode used with this field/property.
Declaration Syntax
C#Visual BasicVisual C++J#
public SpaceIndexType Index { get; set; }
Public Property Index As SpaceIndexType
public:
property SpaceIndexType Index {
	SpaceIndexType get ();
	void set (SpaceIndexType value);
}
/** @property */
public SpaceIndexType get_Index()
/** @property */
public  void set_Index(SpaceIndexType value)

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