BindingMetadata.BinderModelName 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 binder model name. If null
the property or parameter name will be used.
See BinderModelName.
public:
property System::String ^ BinderModelName { System::String ^ get(); void set(System::String ^ value); };
public string BinderModelName { get; set; }
public string? BinderModelName { get; set; }
member this.BinderModelName : string with get, set
Public Property BinderModelName As String