SPDataSource.DefaultViewName Field
Represents the name of the default view. This field is read-only.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared ReadOnly DefaultViewName As String
'Usage
Dim value As String
value = SPDataSource.DefaultViewName
public static readonly string DefaultViewName
Remarks
The value of this field is currently "DefaultView".