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!

DataGridTable.GridTableName

Gets or sets the name of the grid.

[Visual Basic]
Overridable Public Property GridTableName As String
[C#]
public string GridTableName {virtual get; virtual set;}
[C++]
public: __property virtual String* get_GridTableName();
public: __property virtual void set_GridTableName(String*);
[JScript]
public function get GridTableName() : String;
public function set GridTableName(String);

Property Value

The name of the grid.

See Also

DataGridTable Class | DataGridTable Members | System.WinForms Namespace