MobileWebTitle.TitlePrefix Property
Gets or sets the text to be displayed as a prefix to the current user name.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property TitlePrefix As String
Get
Set
'Usage
Dim instance As MobileWebTitle
Dim value As String
value = instance.TitlePrefix
instance.TitlePrefix = value
public string TitlePrefix { get; set; }
Property Value
Type: System.String
The text to be displayed as prefix to the current user name.