Share via


InputFormRequiredFieldValidator.BreakAfter Property

Gets or sets a value that indicates whether to insert a new line after the error message.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property BreakAfter As Boolean
    Get
    Set
'Usage
Dim instance As InputFormRequiredFieldValidator
Dim value As Boolean

value = instance.BreakAfter

instance.BreakAfter = value
public bool BreakAfter { get; set; }

Property Value

Type: System.Boolean
true if a new line is inserted; otherwise, false.

See Also

Reference

InputFormRequiredFieldValidator Class

InputFormRequiredFieldValidator Members

Microsoft.SharePoint.WebControls Namespace