WebPartVerbCollection::Item Property (Int32)

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property WebPartVerb^ default[
	int index
] {
	WebPartVerb^ get(int index);
}

Parameters

index
Type: System::Int32

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

Property Value

Type: System.Web.UI.WebControls.WebParts::WebPartVerb^

A Web Parts verb from the collection.

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.

.NET Framework
Available since 2.0
Return to top
Show: