_sList.DefaultViewUrl Field
A string specifying the server-relative URL of the page containing the default view for the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public DefaultViewUrl As String
'Usage
Dim instance As _sList
Dim value As String
value = instance.DefaultViewUrl
instance.DefaultViewUrl = value
public string DefaultViewUrl
Remarks
The default view is what is displayed on the user interface with no implementation-specific intervention after instantiation.