SPView.Views property

Gets the parent view collection for the view.

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

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.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace