Share via


SPCalendarViewStyle.Title property

Gets the name of the view style that is displayed in the calendar user interface.

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

Syntax

'Declaration
Public ReadOnly Property Title As String
    Get
'Usage
Dim instance As SPCalendarViewStyle
Dim value As String

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

Property value

Type: System.String
A string that contains the display name of the calendar view style. The default values are Day, Week, and Month.

See also

Reference

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace