Share via


IPersonalPage.IsPersonal property

Gets a value that indicates whether the current user viewing the page is the owner of the page.

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

Syntax

'Declaration
ReadOnly Property IsPersonal As Boolean
    Get
'Usage
Dim instance As IPersonalPage
Dim value As Boolean

value = instance.IsPersonal
bool IsPersonal { get; }

Property value

Type: System.Boolean
true if the current page is being viewed by its owner; otherwise, false.

See also

Reference

IPersonalPage interface

IPersonalPage members

Microsoft.SharePoint.Portal.WebControls namespace