CompositeBindingSource.BindingSources Property

Definition

Gets the set of BindingSource entries.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^> ^ BindingSources { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource> BindingSources { get; }
member this.BindingSources : seq<Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource>
Public ReadOnly Property BindingSources As IEnumerable(Of BindingSource)

Property Value

Applies to