Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
properties
Type: Microsoft.Office.Server.Search.Query.QueryPropertiesThe properties for a Search query.
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