InputFormCustomValidator.BreakAfter property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.BreakAfter

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

Property value

Type: System.Boolean

See also

Reference

InputFormCustomValidator class

InputFormCustomValidator members

Microsoft.SharePoint.WebControls namespace