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 the URL of the detailed mobile view page of the Web Part that is being adapted.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property DetailViewPageUrl As String
Get
'Usage
Dim value As String
value = Me.DetailViewPageUrl
protected override string DetailViewPageUrl { get; }
Property Value
Type: System.String
The DetailViewPageUrl of the base class.
Remarks
If the current user is the profile owner, the property also includes an appended query string for the account name.
See Also
Reference
MossWebPartMobileAdapterBase Class