List.CustomActionElements property

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

Syntax

'Declaration
Public ReadOnly Property CustomActionElements As CustomActionElementCollection
    Get
'Usage
Dim instance As List
Dim value As CustomActionElementCollection

value = instance.CustomActionElements
public CustomActionElementCollection CustomActionElements { get; }

Property value

Type: Microsoft.SharePoint.Client.CustomActionElementCollection

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace