Share via


SPCalendarItemContainer.MultiLineBreak property

Gets or sets the string value indicating a multiline break.

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

Syntax

'Declaration
Public Property MultiLineBreak As String
    Get
    Set
'Usage
Dim instance As SPCalendarItemContainer
Dim value As String

value = instance.MultiLineBreak

instance.MultiLineBreak = value
public string MultiLineBreak { get; set; }

Property value

Type: System.String

See also

Reference

SPCalendarItemContainer class

SPCalendarItemContainer members

Microsoft.SharePoint.WebControls namespace