Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.