SPWebPartManager.HasPersonalizedParts Property
Determines whether the page contains personalized parts.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.