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)

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".

See also

Reference

SPDataSource class

SPDataSource members

Microsoft.SharePoint.WebControls namespace