Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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