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)

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

SPCalendarViewStyleCollection members

Microsoft.SharePoint namespace