InputFormRequiredFieldValidator.BreakBefore Property
Gets or sets a value that indicates whether to insert a new line before the error message.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BreakBefore As Boolean
Get
Set
'Usage
Dim instance As InputFormRequiredFieldValidator
Dim value As Boolean
value = instance.BreakBefore
instance.BreakBefore = value
public bool BreakBefore { get; set; }
Property Value
Type: System.Boolean
true if a new line is inserted; otherwise, false.
See Also
Reference
InputFormRequiredFieldValidator Class