Share via


ApiParameterDescription.Source Property

Definition

Gets or sets the BindingSource.

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ Source { Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource Source { get; set; }
member this.Source : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource with get, set
Public Property Source As BindingSource

Property Value

Applies to