SPCalendarItem.Title Property

Gets or sets a string that contains the title of the calendar item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.Title

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

Property Value

Type: System.String
The title of the calendar item.

Implements

ISPCalendarItem.Title

See Also

Reference

SPCalendarItem Class

SPCalendarItem Members

Microsoft.SharePoint.WebControls Namespace