Freigeben über


Field.Fields Eigenschaft

Definition

Ruft eine Liste von Unterfeldern ab, wenn es sich um ein Feld vom Typ Edm.ComplexType oder Collection(Edm.ComplexType) handelt, oder legt diese fest. Muss für einfache Felder NULL oder leer sein.

[Newtonsoft.Json.JsonProperty(PropertyName="fields")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Field> Fields { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fields")>]
member this.Fields : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Field> with get, set
Public Property Fields As IList(Of Field)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: