Dart.Snmp Namespace > TableEventArgs Class : Table Field |
Public ReadOnly Table As Dart.Snmp.Variable[,]()
Dim instance As TableEventArgs Dim value() As Dart.Snmp.Variable[,] value = instance.Table
public readonly Dart.Snmp.Variable[,][] Table
public: readonly Dart.Snmp.Variable[,]*[]* Table
public: readonly Dart.Snmp.array<Variable[,]^>^ Table
The returned Variable array is a two dimensional array. Use the System.Array.GetLength(System.Int32) method with a value of 0 to determine the number of rows in the returned table, or a value of 1 to determine the number of columns in the returned table.