BindingMetadata.BoundConstructor 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.
Gets or sets the ConstructorInfo used to model bind and validate the model type.
public:
property System::Reflection::ConstructorInfo ^ BoundConstructor { System::Reflection::ConstructorInfo ^ get(); void set(System::Reflection::ConstructorInfo ^ value); };
public System.Reflection.ConstructorInfo BoundConstructor { get; set; }
public System.Reflection.ConstructorInfo? BoundConstructor { get; set; }
member this.BoundConstructor : System.Reflection.ConstructorInfo with get, set
Public Property BoundConstructor As ConstructorInfo