ModelErrorMessage.AssociatedControlID Property

Definition

Gets or sets the ID of the control that is associated with the error message.

public:
 virtual property System::String ^ AssociatedControlID { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public override string AssociatedControlID { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.AssociatedControlID : string with get, set
Public Overrides Property AssociatedControlID As String

Property Value

The ID of the control.

Attributes

Applies to