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!

GridTablesCollection.All

Returns a shallow copy of the items in the collection as an array.

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

Property Value

A shallow copy of the GridTables in this collection.

See Also

GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace