ViewContext.ValidationSummaryMessageElement 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.
Element name used to wrap a top-level message generated by ValidationSummary(Boolean, String, Object, String) and other overloads.
public:
property System::String ^ ValidationSummaryMessageElement { System::String ^ get(); void set(System::String ^ value); };
public string ValidationSummaryMessageElement { get; set; }
member this.ValidationSummaryMessageElement : string with get, set
Public Property ValidationSummaryMessageElement As String