FullTextIndexCollection.Item Property
Returns a full text index that match the filter name.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
name As String _
) As FullTextIndex
Get
'Usage
Dim instance As FullTextIndexCollection
Dim name As String
Dim value As FullTextIndex
value = instance(name)
FullTextIndex this[
string name
] { get; }
Parameters
name
Type: System.StringA string that specifies the name of the full text index.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.FullTextIndex
The FullTextIndex object.
See Also
Reference
FullTextIndexCollection Interface
FullTextIndexCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace