Query.GetProperties Method

Returns information about managed properties.

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

Syntax

'Declaration
Public Function GetProperties As PropertyInformation()
'Usage
Dim instance As Query
Dim returnValue As PropertyInformation()

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

Return Value

Type: []
An array of PropertyInformation objects representing information about managed properties.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace