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.TableName

Gets the name of this grid table.

[Visual Basic]
Public Property TableName As String
[C#]
public string TableName {get; set;}
[C++]
public: __property String* get_TableName();
public: __property void set_TableName(String*);
[JScript]
public function get TableName() : String;
public function set TableName(String);

Property Value

The anme of this grid table.

See Also

DataGridTable Class | DataGridTable Members | System.WinForms Namespace