ManagedProperty.GetFullTextIndexMappings Method
Gets the collection of full text indexes for which a managed property is mapped to. The collection can be operated to delete, add or modify full text index mappings.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetFullTextIndexMappings As FullTextIndexMappingCollection
'Usage
Dim instance As ManagedProperty
Dim returnValue As FullTextIndexMappingCollection
returnValue = instance.GetFullTextIndexMappings()
FullTextIndexMappingCollection GetFullTextIndexMappings()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.FullTextIndexMappingCollection
Returns a FullTextIndexMappingCollection object containing the full text index objects that the managed property is mapped to.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace