Category.Queryable property
Gets or sets if managed properties created automatically based on this category can be queried.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Queryable As Boolean
Get
Set
'Usage
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 | If this object is not backed. |