SearchServiceApplication.GetProperties method

Returns the PropertyInformation for each property managed by the SearchServiceApplication.

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

Syntax

'Declaration
Public Function GetProperties ( _
    properties As QueryProperties _
) As PropertyInformation()
'Usage
Dim instance As SearchServiceApplication
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()

returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
    QueryProperties properties
)

Parameters

Return value

Type: []
An array of PropertyInformation.

Remarks

This method returns an array of PropertyInformation for the properties managed by the SearchServiceApplication.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace