SPView.Views Property
Gets the parent view collection for the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Views As SPViewCollection
Get
'Usage
Dim instance As SPView
Dim value As SPViewCollection
value = instance.Views
public SPViewCollection Views { get; }
Property Value
Type: Microsoft.SharePoint.SPViewCollection
An SPViewCollection object that represents the parent view collection.