ManagedProperty.FullTextQueriable Property
Gets or sets a Boolean value indicating whether a managed property can be used in Enterprise Search SQL queries.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FullTextQueriable As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
public bool FullTextQueriable { get; set; }
Property Value
Type: System.Boolean
true if the managed property can be used in the CONTAINS Predicate in Enterprise Search SQL Syntax or FREETEXT Predicate in Enterprise Search SQL Syntax predicate; otherwise, false.
Remarks
For information about managed properties, see Managing Metadata, and for information about the SQL query syntax, see the Enterprise Search SQL Syntax Reference.