NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Repeater.Items

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property Items As _
   RepeaterItemCollection
[C#]
public RepeaterItemCollection Items {virtual get;}
[C++]
public: __property virtual RepeaterItemCollection* get_Items();
[JScript]
public function get Items() : RepeaterItemCollection;

See Also

Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace