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.
Gets the ResultDefinition structures for the results of the query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Definition As ResultDefinition()
Get
'Usage
Dim instance As ResultTableCollection
Dim value As ResultDefinition()
value = instance.Definition
public ResultDefinition[] Definition { get; }
Property Value
Type: []
An array of ResultDefinition structures whose fields provide details on the query's keyword definitions.