LayoutsPageBase.PageTargetSecurableObject property

Gets or sets the securable object, such as a Web site or list on which the LayoutsPageBase operates.

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

Syntax

'Declaration
Protected Property PageTargetSecurableObject As SPSecurableObject
    Get
    Set
'Usage
Dim value As SPSecurableObject

value = Me.PageTargetSecurableObject

Me.PageTargetSecurableObject = value
protected SPSecurableObject PageTargetSecurableObject { get; set; }

Property value

Type: Microsoft.SharePoint.SPSecurableObject
The target securable object.

Remarks

If it is not specifically set to something else, this property returns the object in the Web property.

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace