SPUserCustomActionCollection.Scope property
Gets the scope of the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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