Sdílet prostřednictvím


InputFieldMappingEntry.Inputs Property

Definition

Gets or sets the recursive inputs used when creating a complex type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to