EmbeddedMailObjectsCollection.Item Property
.NET Framework 3.0
Returns a specific element of a EmbeddedMailObjectsCollection, identified by its position.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property EmbeddedMailObject^ default [int] { EmbeddedMailObject^ get (int index); void set (int index, EmbeddedMailObject^ value); }
/** @property */ public EmbeddedMailObject get_Item (int index) /** @property */ public void set_Item (int index, EmbeddedMailObject value)
Not applicable.
Parameters
- index
The zero-based index of the element to get.
Property Value
Returns the EmbeddedMailObject at the location specified by the index parameter.Community Additions
ADD
Show: