Compartilhar via


Category.Queryable property

Obtém ou define se as propriedades gerenciadas criadas automaticamente de acordo com essa categoria podem ser consultadas.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Property Queryable As Boolean
    Get
    Set
'Uso
Dim instance As Category
Dim value As Boolean

value = instance.Queryable

instance.Queryable = value
public bool Queryable { get; set; }

Property value

Type: System.Boolean

Exceptions

Exception Condition
InvalidOperationException

Se este objeto não é feito.

Ver também

Referência

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace