QueryInfo.Definitions Property
Gets or sets a value that specifies whether an extracted definition result is clicked.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Definitions As Boolean
Get
Set
'Usage
Dim instance As QueryInfo
Dim value As Boolean
value = instance.Definitions
instance.Definitions = value
[DataMemberAttribute]
public bool Definitions { get; set; }
Property Value
Type: System.Boolean
true if an extracted definition result is clicked; otherwise, false.