Share via


SPUserCodeWebPart.Verbs Property

Gets a collection of custom verbs associated with the SPUserCodeWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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