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#
[ObsoleteAttribute("Since 7.1.1 - Use [SpaceIndex] instead.")]
public SpaceIndexType Index { get; set; }
<ObsoleteAttribute("Since 7.1.1 - Use [SpaceIndex] instead.")> _
Public Property Index As SpaceIndexType
[ObsoleteAttribute(L"Since 7.1.1 - Use [SpaceIndex] instead.")]
public:
property SpaceIndexType Index {
	SpaceIndexType get ();
	void set (SpaceIndexType value);
}
/** @property */
/** @attribute ObsoleteAttribute("Since 7.1.1 - Use [SpaceIndex] instead.") */
public SpaceIndexType get_Index()
/** @property */
/** @attribute ObsoleteAttribute("Since 7.1.1 - Use [SpaceIndex] instead.") */
public  void set_Index(SpaceIndexType value)

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