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)
Available in Sandboxed Solutions: No

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