Share via


UserCustomAction.Scope property

Gets a value that specifies the scope of the custom action.

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

Syntax

'Declaration
Public ReadOnly Property Scope As UserCustomActionScope
    Get
'Usage
Dim instance As UserCustomAction
Dim value As UserCustomActionScope

value = instance.Scope
public UserCustomActionScope Scope { get; }

Property value

Type: Microsoft.SharePoint.Client.UserCustomActionScope
Returns a UserCustomActionScope instance representing the scope of the custom action.

See also

Reference

UserCustomAction class

UserCustomAction members

Microsoft.SharePoint.Client namespace