PropertyInformation.FullTextQueriable Property
Gets a Boolean value that indicates whether the property can be used in full-text SQL syntax queries.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property FullTextQueriable As Boolean
Get
Private Set
'Usage
Dim instance As PropertyInformation
Dim value As Boolean
value = instance.FullTextQueriable
[DataMemberAttribute]
public bool FullTextQueriable { get; private set; }
Property Value
Type: System.Boolean
true if the property can be used in SQL syntax queries; otherwise, false.