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.

See also

Reference

SPPersonPage class

SPPersonPage members

Microsoft.SharePoint.Portal.MobileControls namespace