SearchServiceApplicationProxy.GetManagedProperties method (String, Int32, SearchObjectOwner, Boolean)

GetManagedProperties(String, Int32, SearchObjectOwner, Boolean)

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, _
    useFilterOnAliases As Boolean _
) As ManagedPropertyInfoCollection
'Usage
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim useFilterOnAliases As Boolean
Dim returnValue As ManagedPropertyInfoCollection

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

Parameters

Return value

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

Implements

ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner, Boolean)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

GetManagedProperties overload

Microsoft.Office.Server.Search.Administration namespace