ObjectListFieldCollection::Item Property (Int32)
.NET Framework (current version)
The default indexer for the ObjectListFieldCollection class, allows the lookup of arbitrary capability values by index. Any of the properties can be accessed by name. However, the returned value will always be a string (or null if not defined), rather than a type-safe value. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: property ObjectListField^ default[ int index ] { virtual ObjectListField^ get(int index) sealed; }
Parameters
- index
-
Type:
System::Int32
The index of the item to retrieve.
Property Value
Type: System.Web.UI.MobileControls::ObjectListField^A string representing the value of the field at the specified index.
Implements
IObjectListFieldCollection::Item[Int32]
.NET Framework
Available since 1.1
Available since 1.1
ObjectListField
ObjectListFieldCollection Class
System.Web.UI.MobileControls Namespace
Introduction to the ObjectList Control
Show: