Share via


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