(Global) Namespace > TableList Class : Table Property |
'Declaration
<System.Xml.Serialization.XmlElementAttribute("Table")> Public Property Table As TableSettings()
'Usage
Dim instance As TableList Dim value() As TableSettings instance.Table = value value = instance.Table
[System.Xml.Serialization.XmlElement("Table")] public TableSettings[] Table {get; set;}
public read-write property Table: array of TableSettings;
System.Xml.Serialization.XmlElementAttribute("Table") public function get,set Table : TableSettings[]
[System.Xml.Serialization.XmlElement("Table")] public: __property TableSettings*[]* get_Table(); public: __property void set_Table( TableSettings*[]* value );
[System.Xml.Serialization.XmlElement("Table")] public: property array<TableSettings^>^ Table { array<TableSettings^>^ get(); void set ( array<TableSettings^>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2