Compartilhar via


CategoryInfo.Queryable property

Obtém ou define se as propriedades gerenciadas criadas automaticamente com base nesta categoria devem ser questionável.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property Queryable As Boolean
    Get
    Set
'Uso
Dim instance As CategoryInfo
Dim value As Boolean

value = instance.Queryable

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

Property value

Type: System.Boolean

Ver também

Referência

CategoryInfo class

CategoryInfo members

Microsoft.Office.Server.Search.Administration namespace