ISearchSiteAdministrationServiceApplication.GetManagedProperties method

Gets a list of information about the properties managed by the ISearchSiteAdministrationServiceApplication.

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetManagedProperties As List(Of ManagedPropertyInfo)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As List(Of ManagedPropertyInfo)

returnValue = instance.GetManagedProperties()
[OperationContractAttribute]
List<ManagedPropertyInfo> GetManagedProperties()

Return value

Type: System.Collections.Generic.List<ManagedPropertyInfo>
A list of information about the managed properties.

Remarks

This method gets a list of information about the properties managed by the ISearchSiteAdministrationServiceApplication.

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace