List.UserCustomActions property

Gets a value that specifies the collection of all user custom actions for the list.

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

Syntax

'Declaration
Public ReadOnly Property UserCustomActions As UserCustomActionCollection
    Get
'Usage
Dim instance As List
Dim value As UserCustomActionCollection

value = instance.UserCustomActions
public UserCustomActionCollection UserCustomActions { get; }

Property value

Type: Microsoft.SharePoint.Client.UserCustomActionCollection
A UserCustomActionCollection object that contains the custom actions.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace