CategoryInfo.FullTextQueriable property
Obtém ou define se as propriedades gerenciadas criadas automaticamente com base nesta categoria devem acabar no índice de texto completo.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property FullTextQueriable As Boolean
Get
Set
'Uso
Dim instance As CategoryInfo
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
[DataMemberAttribute]
public bool FullTextQueriable { get; set; }
Property value
Type: System.Boolean