Share via


ManagedProperty.Queryable Property

Gets or sets a Boolean value indicating whether a managed property can be used in query operators and filter terms.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property Queryable As Boolean
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.Queryable

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

Property Value

Type: System.Boolean
[true] if the managed property can be used in query operators and filter terms; otherwise, [false].

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

ManagedProperty