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.
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