FullTextStopListCollection.Item Property (Int32)

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As FullTextStopList
    Get
'Usage
Dim instance As FullTextStopListCollection
Dim index As Integer
Dim value As FullTextStopList

value = instance(index)
public FullTextStopList this[
    int index
] { get; }
public:
property FullTextStopList^ default[int index] {
    FullTextStopList^ get (int index);
}
member Item : FullTextStopList
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters