List.DefaultViewUrl Property

Gets the URL of the default view for the list.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultViewUrl As String
    Get
'Usage
Dim instance As List
Dim value As String

value = instance.DefaultViewUrl
[RemoteAttribute]
public string DefaultViewUrl { get; }

Property Value

Type: System.String
A string that contains the URL.

Remarks

It must not be a null reference (Nothing in Visual Basic). It must not be empty. It must be a URL of server-relative form.

See Also

Reference

List Class

List Members

Microsoft.SharePoint.Client Namespace