Share via


SiteActions.List property

Gets the list associated with the site actions.

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

Syntax

'Declaration
Public Overrides ReadOnly Property List As SPList
    Get
'Usage
Dim instance As SiteActions
Dim value As SPList

value = instance.List
public override SPList List { get; }

Property value

Type: Microsoft.SharePoint.SPList
Returns a null reference (Nothing in Visual Basic) since SiteActions is outside the scope of any specific list

See also

Reference

SiteActions class

SiteActions members

Microsoft.SharePoint.WebControls namespace