Category.FullTextQueriable Property

Gets or sets a Boolean value that specifies whether 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.

See Also

Reference

Category Class

Category Members

Microsoft.Office.Server.Search.Administration Namespace