KeywordQueryProperties.HiddenConstraints property

Gets or sets the keyword query’s hidden constraints.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property HiddenConstraints As String
    Get
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As String

value = instance.HiddenConstraints

instance.HiddenConstraints = value
[DataMemberAttribute]
public string HiddenConstraints { get; set; }

Property value

Type: System.String
A string that contains the constraints.

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace