Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft