ManagedProperty.FullTextQueriable property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("Use Searchable instead")> _
Public Property FullTextQueriable As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
[ObsoleteAttribute("Use Searchable instead")]
public bool FullTextQueriable { get; set; }
Property value
Type: System.Boolean
true if the managed property is stored in the full-text index; otherwise, false.