PropertyInformation.FullTextQueriable Property
Gets a Boolean value indicating whether the property can be used in full-text SQL syntax queries.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public ReadOnly Property FullTextQueriable As Boolean
Get
'Usage
Dim instance As PropertyInformation
Dim value As Boolean
value = instance.FullTextQueriable
public bool FullTextQueriable { get; }
Property Value
Type: System.Boolean
true if the property can be used in SQL syntax queries; otherwise, false.