del método SearchServiceApplicationProxy.GetManagedProperty
GetManagedProperty(String, SearchObjectOwner)
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function GetManagedProperty ( _
managedPropertyName As String, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Uso
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
)
Parámetros
- managedPropertyName
Tipo: System.String
Valor devuelto
Tipo: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Implementaciones
ISchemaOperations.GetManagedProperty(String, SearchObjectOwner)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Espacio de nombres Microsoft.Office.Server.Search.Administration