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!

RepeaterItemCollection.All

[To be supplied.]

[Visual Basic]
Public ReadOnly Property All As RepeaterItem ()
[C#]
public RepeaterItem[] All {get;}
[C++]
public: __property RepeaterItem* get_All();
[JScript]
public function get All() : RepeaterItem[];

See Also

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