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.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.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
true to return block rank log information in the BlockRankLog property of the interleaved result table; otherwise, false

Remarks

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

See also

Reference

Query class

Query members

Microsoft.SharePoint.Client.Search.Query namespace