ObjectList.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of items in an ObjectListItemCollection list. The default value is an empty collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual property System::Web::UI::MobileControls::ObjectListItemCollection ^ Items { System::Web::UI::MobileControls::ObjectListItemCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public virtual System.Web.UI.MobileControls.ObjectListItemCollection Items { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.Items : System.Web.UI.MobileControls.ObjectListItemCollection
Public Overridable ReadOnly Property Items As ObjectListItemCollection
Property Value
The collection of items in the object list.
- Attributes
Remarks
You can inspect the items in the ObjectListItemCollection collection, but you cannot modify the collection.