Schema.AllFullTextIndecies Property
Returns a list of full text indexes in the index schema.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property AllFullTextIndecies As FullTextIndexCollection
Get
'Usage
Dim instance As Schema
Dim value As FullTextIndexCollection
value = instance.AllFullTextIndecies
FullTextIndexCollection AllFullTextIndecies { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.FullTextIndexCollection
Returns a FullTextIndexCollection that represents the full text indexes in the index schema.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace