Share via


LimitedWebPartManager.HasPersonalizedParts property

Namespace:  Microsoft.SharePoint.Client.WebParts
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

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

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

LimitedWebPartManager class

LimitedWebPartManager members

Microsoft.SharePoint.Client.WebParts namespace