SPCalendarViewStyleCollection.View Property
Gets the view that is associated with the collection of calendar view styles.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property View As SPView
Get
'Usage
Dim instance As SPCalendarViewStyleCollection
Dim value As SPView
value = instance.View
public SPView View { get; }
Property Value
Type: Microsoft.SharePoint.SPView
An SPView object that represents the view that is associated with the calendar view styles.
See Also
Reference
SPCalendarViewStyleCollection Class