Share via


_sList.DefaultViewUrl field

A string specifying the server-relative URL of the page containing the default view for the list.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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.

See also

Reference

_sList structure

_sList members

WebSvcSiteData namespace

GetServerRelativeUrl(SPWeb)