InputFieldMappingEntry.Inputs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The recursive inputs used when creating a complex type.
public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> Inputs { get; }
member this.Inputs : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry>
Public ReadOnly Property Inputs As IList(Of InputFieldMappingEntry)