SPList.MobileDefaultView property

Read-only property used to retrieve the mobile default view for the list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MobileDefaultView As SPView
    Get
'Usage
Dim instance As SPList
Dim value As SPView

value = instance.MobileDefaultView
public SPView MobileDefaultView { get; }

Property value

Type: Microsoft.SharePoint.SPView
A SPView that represents the mobile default view.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace