SearchServiceApplication.GetManagedProperties Method

Gets a list of ManagedPropertyInfo objects managed by the SearchServiceApplication.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetManagedProperties As List(Of ManagedPropertyInfo)
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As List(Of ManagedPropertyInfo)

returnValue = instance.GetManagedProperties()
public List<ManagedPropertyInfo> GetManagedProperties()

Return Value

Type: System.Collections.Generic.List<ManagedPropertyInfo>
A list of ManagedPropertyInfo objects.

Implements

ISearchSiteAdministrationServiceApplication.GetManagedProperties()

Remarks

This method gets a list of ManagedPropertyInfo objects from the Schema of the SearchServiceApplication.

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace