SPCalendarViewStyle.Type Property
Gets the type of the calendar view style.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.