SPLimitedWebPartManager.Scope Property
Gets the current personalization scope of the WebPartPage.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property Scope As PersonalizationScope
Get
'Usage
Dim instance As SPLimitedWebPartManager
Dim value As PersonalizationScope
value = instance.Scope
[ClientCallableAttribute]
public PersonalizationScope Scope { get; }
Property Value
Type: System.Web.UI.WebControls.WebParts.PersonalizationScope