UserCustomAction.Scope Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Scope As UserCustomActionScope
    Get
'Usage
Dim instance As UserCustomAction
Dim value As UserCustomActionScope

value = instance.Scope
[RemoteAttribute]
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