SearchServiceApplicationProxy.GetManagedProperties method (String, Int32, SearchObjectOwner)

GetManagedProperties(String, Int32, SearchObjectOwner)

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

Syntax

'Declaration
Public Function GetManagedProperties ( _
    filterString As String, _
    includeMappedCrawledPropertiesNum As Integer, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Usage
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection

returnValue = instance.GetManagedProperties(filterString, _
    includeMappedCrawledPropertiesNum, _
    owner)
public ManagedPropertyInfoCollection GetManagedProperties(
    string filterString,
    int includeMappedCrawledPropertiesNum,
    SearchObjectOwner owner
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection

Implements

ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

GetManagedProperties overload

Microsoft.Office.Server.Search.Administration namespace