Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Mobile.Controls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BreakAfter As Boolean
Get
Set
'Usage
Dim instance As TextBox
Dim value As Boolean
value = instance.BreakAfter
instance.BreakAfter = value
public bool BreakAfter { get; set; }
Property value
Type: System.Boolean