SPMobileComponent.MobileDefaultViewUrl Property

Gets or sets the URL for the default mobile view when the SPMobileComponent represents a list.

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

Syntax

'Declaration
Public Property MobileDefaultViewUrl As String
    Get
    Set
'Usage
Dim instance As SPMobileComponent
Dim value As String

value = instance.MobileDefaultViewUrl

instance.MobileDefaultViewUrl = value
public string MobileDefaultViewUrl { get; set; }

Property Value

Type: System.String
The URL of the default mobile view of the list.

Remarks

The value of this property is always the same as the value of the SPList.MobileDefaultViewUrl property.

See Also

Reference

SPMobileComponent Class

SPMobileComponent Members

Microsoft.SharePoint.MobileControls Namespace