Query.GenerateBlockRankLog property

NOTE: This API is now obsolete.

True to return block rank log info in the BlockRankLog property of the interleaved result table

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property GenerateBlockRankLog As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.GenerateBlockRankLog

instance.GenerateBlockRankLog = value
[ObsoleteAttribute("This class is obsolete.")]
public bool GenerateBlockRankLog { get; set; }

Property value

Type: System.Boolean

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace