SPUserCodeWebPart.Verbs property

Gets a collection of custom verbs associated with the SPUserCodeWebPart.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Verbs As WebPartVerbCollection
    Get
'Usage
Dim instance As SPUserCodeWebPart
Dim value As WebPartVerbCollection

value = instance.Verbs
public override WebPartVerbCollection Verbs { get; }

Property value

Type: System.Web.UI.WebControls.WebParts.WebPartVerbCollection
The collection of custom verbs associated with the SPUserCodeWebPart.

Implements

IWebActionable.Verbs

See also

Reference

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace