SPCalendarViewStyle.Type property

Gets the type of the calendar view style.

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

Syntax

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

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

Property value

Type: System.String
A string that indicates the type of calendar view style. The default values are day, week, and month.

See also

Reference

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace