CreateResultBlockAction.AlwaysShow property

Gets/sets a flag indicating whether CreateResultBlockAction is always pinned on top of the results.

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

Syntax

'Declaration
Public Property AlwaysShow As Boolean
    Get
    Set
'Usage
Dim instance As CreateResultBlockAction
Dim value As Boolean

value = instance.AlwaysShow

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

Property value

Type: System.Boolean

Exceptions

Exception Condition
NotSupportedException

Thrown when the CreateResultBlockAction object is read only

See also

Reference

CreateResultBlockAction class

CreateResultBlockAction members

Microsoft.Office.Server.Search.Query.Rules namespace