Category.FullTextQueriable property
Gets or sets a Boolean value that indicates if the property values for the category are 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 Category
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
public bool FullTextQueriable { get; set; }
Property value
Type: System.Boolean
true if the property values are stored in the full-text index; otherwise, false.