SPWebPartManager.HasPersonalizedParts property

Determines whether the page contains personalized parts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property HasPersonalizedParts As Boolean
    Get
'Usage
Dim instance As SPWebPartManager
Dim value As Boolean

value = instance.HasPersonalizedParts
public bool HasPersonalizedParts { get; }

Property value

Type: System.Boolean
true if the page contains any personalized parts; otherwise, false.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace