Query.GenerateBlockRankLog property

A Boolean value that specifies whether to return information on the rank log for the result block via the BlockRankLog property of the interleaved result table.

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

Syntax

'Declaration
Public Property GenerateBlockRankLog As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.GenerateBlockRankLog

instance.GenerateBlockRankLog = value
public bool GenerateBlockRankLog { get; set; }

Property value

Type: System.Boolean

Remarks

If this is property is set to true, then the interleaved ResultTablewill have a BlockRankLog property in its (Properties).

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace