SPMobileLinkNavigation.AppendWebTitleToText Property
Gets a value that indicates whether the Web title of the target is appended in parentheses to the text of the link.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property AppendWebTitleToText As Boolean
Get
Set
'Usage
Dim instance As SPMobileLinkNavigation
Dim value As Boolean
value = instance.AppendWebTitleToText
instance.AppendWebTitleToText = value
public virtual bool AppendWebTitleToText { get; set; }
Property Value
Type: System.Boolean
true if the target title is appended; otherwise false.