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!

TableRowCollection.All

[To be supplied.]

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

See Also

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