SPView.Type property
Gets the type of the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Type As String
Get
'Usage
Dim instance As SPView
Dim value As String
value = instance.Type
public string Type { get; }
Property value
Type: System.String
A string that specifies an SPViewCollection.SPViewType value.