Partager via


Field.Fields Propriété

Définition

Obtient ou définit une liste de sous-champs s’il s’agit d’un champ de type Edm.ComplexType ou Collection(Edm.ComplexType). Doit être null ou vide pour les champs simples.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à