ManagedProperty.FullTextQueriable Property
Gets or sets a Boolean value indicating whether a managed property is stored in the full-text index.
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 is stored in the full-text index; otherwise, false.