SearchServiceApplicationProxy.QueryManagedProperties method
QueryManagedProperties(String, Int32, String, Boolean, Int32, Boolean, SearchObjectOwner)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function QueryManagedProperties ( _
filterString As String, _
count As Integer, _
lastPropertyName As String, _
forward As Boolean, _
includeMappedCrawledPropertiesNum As Integer, _
useFilterOnAliases As Boolean, _
owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Usage
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim count As Integer
Dim lastPropertyName As String
Dim forward As Boolean
Dim includeMappedCrawledPropertiesNum As Integer
Dim useFilterOnAliases As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection
returnValue = instance.QueryManagedProperties(filterString, _
count, lastPropertyName, forward, _
includeMappedCrawledPropertiesNum, _
useFilterOnAliases, owner)
public ManagedPropertyInfoCollection QueryManagedProperties(
string filterString,
int count,
string lastPropertyName,
bool forward,
int includeMappedCrawledPropertiesNum,
bool useFilterOnAliases,
SearchObjectOwner owner
)
Parameters
- filterString
Type: System.String
- count
Type: System.Int32
- lastPropertyName
Type: System.String
- forward
Type: System.Boolean
- includeMappedCrawledPropertiesNum
Type: System.Int32
- useFilterOnAliases
Type: System.Boolean
Return value
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
Implements
See also
Reference
SearchServiceApplicationProxy class