Index.Fields Property

Optional. Gets the fields of the index.

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

Usage

'Usage
Dim instance As Index
Dim value As IList(Of Field)

value = instance.Fields

instance.Fields = value

Syntax

'Declaration
Public Property Fields As IList(Of Field)
public IList<Field> Fields { get; set; }
public:
property IList<Field^>^ Fields {
    IList<Field^>^ get ();
    void set (IList<Field^>^ value);
}
/** @property */
public IList<Field> get_Fields ()

/** @property */
public void set_Fields (IList<Field> value)
public function get Fields () : IList<Field>

public function set Fields (value : IList<Field>)

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

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