PowerSNMP for .NET
Table Field




Gets the table (two-dimensional Variable array) marshaled to the UI thread.
Syntax
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

Field Value

A two dimensional array of Variable objects representing the returned table.
Remarks

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.

See Also

Reference

TableEventArgs Class
TableEventArgs Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic