SearchServiceApplicationProxy.GetManagedProperties method
Gets a list of information about properties managed by the SearchServiceApplicationProxy.
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 SearchServiceApplicationProxy
Dim returnValue As List(Of ManagedPropertyInfo)
returnValue = instance.GetManagedProperties()
public List<ManagedPropertyInfo> GetManagedProperties()
Return value
Type: System.Collections.Generic.List<ManagedPropertyInfo>
A list of information about managed properties.
Implements
ISearchSiteAdministrationServiceApplication.GetManagedProperties()
Exceptions
Exception | Condition |
---|---|
Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
This method gets a list of ManagedPropertyInfo objects from the Schema of the SearchServiceApplicationProxy.
See also
Reference
SearchServiceApplicationProxy class