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 file name of the page to which the mobile device should be redirected.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PageFileName As String
Get
Set
'Usage
Dim instance As SPMobileHomePageRedirection
Dim value As String
value = instance.PageFileName
instance.PageFileName = value
public string PageFileName { get; set; }
Property Value
Type: System.String
The String object that represents the file name of the page to which the mobile device should be redirected.
See Also
Reference
SPMobileHomePageRedirection Class