Share via


SPCalendarItem.Direction property

Gets or sets the string value that represents the reading direction of the calendar item.

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

Syntax

'Declaration
Public Property Direction As String
    Get
    Set
'Usage
Dim instance As SPCalendarItem
Dim value As String

value = instance.Direction

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

Property value

Type: System.String

Implements

ISPCalendarItem.Direction

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace