Field.IsFilterable Property

Optional. Gets or sets a value indicating whether the field can be used in filter expressions. Default is false.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As Field
Dim value As Boolean

value = instance.IsFilterable

instance.IsFilterable = value

Syntax

'Declaration
Public Property IsFilterable As Boolean
public bool IsFilterable { get; set; }
public:
property bool IsFilterable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsFilterable ()

/** @property */
public void set_IsFilterable (boolean value)
public function get IsFilterable () : boolean

public function set IsFilterable (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Field Class
Field Members
Microsoft.Azure.Search.Models Namespace