KeywordQuery.HiddenConstraints property

NOTE: This API is now obsolete.

Gets or sets the keyword query’s hidden constraints.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property HiddenConstraints As String
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As String

value = instance.HiddenConstraints

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

Property value

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

See also

Reference

KeywordQuery class

KeywordQuery members

Microsoft.SharePoint.Search.Query namespace