SPPersonPage.WebTitle Property
Gets the title of the personal information page on a Web site.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property WebTitle As String
Get
'Usage
Dim instance As SPPersonPage
Dim value As String
value = instance.WebTitle
public string WebTitle { get; }
Property Value
Type: System.String
The title of the personal information page.