Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the PageTargetSecurableObject property instead of this property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Property PageTarget As ISecurableObject
Get
Set
'Usage
Dim value As ISecurableObject
value = Me.PageTarget
Me.PageTarget = value
protected ISecurableObject PageTarget { get; set; }
Type: Microsoft.SharePoint.ISecurableObject
The target securable object; for example a Web site or a list.
If it is not specifically set to something else, PageTarget returns the object in the Web property.
Please sign in to use this experience.
Sign in