SPListCollection.IncludeMobileDefaultViewUrl property

Gets or sets a Boolean value that specifies whether to return the URL of the default mobile view for lists in the collection.

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

Syntax

'Declaration
Public Property IncludeMobileDefaultViewUrl As Boolean
    Get
    Set
'Usage
Dim instance As SPListCollection
Dim value As Boolean

value = instance.IncludeMobileDefaultViewUrl

instance.IncludeMobileDefaultViewUrl = value
public bool IncludeMobileDefaultViewUrl { get; set; }

Property value

Type: System.Boolean
true to return the URL of the default mobile view for each list in the collection; otherwise, false to return a null reference (Nothing in Visual Basic) for the default mobile view URL.

See also

Reference

SPListCollection class

SPListCollection members

Microsoft.SharePoint namespace