SPPersonPage class

Represents a personal information page on a Web site that is designed for viewing on mobile devices.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        System.Web.UI.MobileControls.MobilePage
          Microsoft.SharePoint.MobileControls.SPMobilePage
            Microsoft.SharePoint.Portal.MobileControls.SPPersonPage

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Class SPPersonPage _
    Inherits SPMobilePage
'Usage
Dim instance As SPPersonPage
public class SPPersonPage : SPMobilePage

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPPersonPage members

Microsoft.SharePoint.Portal.MobileControls namespace