SearchServiceApplicationProxy.GetManagedProperty method
GetManagedProperty(String, SearchObjectOwner)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetManagedProperty ( _
managedPropertyName As String, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Usage
Dim instance As SearchServiceApplicationProxy
Dim managedPropertyName As String
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.GetManagedProperty(managedPropertyName, _
owner)
public ManagedPropertyInfo GetManagedProperty(
string managedPropertyName,
SearchObjectOwner owner
)
Parameters
- managedPropertyName
Type: System.String
Return value
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Implements
ISchemaOperations.GetManagedProperty(String, SearchObjectOwner)
See also
Reference
SearchServiceApplicationProxy class