SPUserCustomActionCollection.Scope Property
Gets the scope of the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Scope As SPUserCustomActionScope
Get
'Usage
Dim instance As SPUserCustomActionCollection
Dim value As SPUserCustomActionScope
value = instance.Scope
public SPUserCustomActionScope Scope { get; }
Property Value
Type: Microsoft.SharePoint.SPUserCustomActionScope
SPUserCustomActionScope
The scope of the collection. Possible values include Site, Web, List, and Unknown.
See Also
Reference
SPUserCustomActionCollection Class