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.
This member overrides SPMobileComponent.BreakAfter.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property BreakAfter As Boolean
Get
Set
'Usage
Dim instance As SPMobileBaseFieldControl
Dim value As Boolean
value = instance.BreakAfter
instance.BreakAfter = value
public override bool BreakAfter { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPMobileBaseFieldControl class