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 title of the target web part page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TargetWebPartPageTitle As String
Get
Set
'Usage
Dim instance As WebPartMobileWebPage
Dim value As String
value = instance.TargetWebPartPageTitle
instance.TargetWebPartPageTitle = value
public string TargetWebPartPageTitle { get; set; }
Property value
Type: System.String