Specifies the indexing mode used with this field/property.
Declaration Syntax
C# | Visual Basic | Visual 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 Get Set
[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)