InputFieldMappingEntry.Inputs プロパティ

定義

複合型の作成時に使用される再帰的な入力を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象