Public ReadOnly Default Property Item ( _ index As Integer _ ) As FullTextIndexColumn
public FullTextIndexColumn this [ int index ] { get; }
public: property FullTextIndexColumn^ default [int] { FullTextIndexColumn^ get (int index); }
/** @property */ public FullTextIndexColumn get_Item (int index)
An Int32 value that specifies the position of the FullTextIndexColumn object in the FullTextIndexColumnCollection collection.
Using Collections