次の方法で共有


Field.Fields プロパティ

定義

Edm.ComplexType 型または Collection(Edm.ComplexType) 型のフィールドである場合、サブフィールドの一覧を取得または設定します。 単純なフィールドの場合は null または空である必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象