WebPartVerbCollection.Item[Int32] Property

Definition

Gets a Web Parts verb from the collection at the specified index.

public:
 property System::Web::UI::WebControls::WebParts::WebPartVerb ^ default[int] { System::Web::UI::WebControls::WebParts::WebPartVerb ^ get(int index); };
public System.Web.UI.WebControls.WebParts.WebPartVerb this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.WebParts.WebPartVerb
Default Public ReadOnly Property Item(index As Integer) As WebPartVerb

Parameters

index
Int32

The index value of the Web Parts verb to be retrieved.

Property Value

A Web Parts verb from the collection.

Remarks

Use this property to get a Web Parts verb if you know the index of the verb in the collection. You can also use the Contains or the IndexOf method to locate a particular verb in the collection.

Applies to