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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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