EmbeddedMailObjectsCollection::IndexOf Method (EmbeddedMailObject^)

 

Determines the index of a specific EmbeddedMailObject in the EmbeddedMailObjectsCollection.

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

public:
int IndexOf(
	EmbeddedMailObject^ value
)

Return Value

Type: System::Int32

The index of the EmbeddedMailObject if it exists in the EmbeddedMailObjectsCollection; otherwise, -1.

.NET Framework
Available since 2.0
Return to top
Show: