ObjectListFieldCollection::Item Property (Int32)

 

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.

Namespace:   System.Web.UI.MobileControls
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.

.NET Framework
Available since 1.1
Return to top
Show: