PowerSNMP for .NET
Usage Enumeration




Indicates the Usage of each class derived from MibNode.
Syntax
Public Enum Usage 
   Inherits System.Enum
Dim instance As Usage
public enum Usage : System.Enum 
__value public enum Usage : public System.Enum 
public enum class Usage : public System.Enum 
Members
MemberValueDescription
Group5 The MibNode is a OBJECT-GROUP or NOTIFICATION-GROUP.
Identifier0 The MibNode does not identify an object, but is a node that identifies a branch of the MIB tree.
Notification6 The MibNode is a NOTIFICATION-TYPE.
Object1 The MibNode is an OBJECT-TYPE, but is not a Usage.Table, Usage.TableEntry, or Usage.TableColumn.
Table2 The MibNode is an OBJECT-TYPE that parsing has determined to be a table.
TableColumn4 The MibNode is an OBJECT-TYPE that parsing has determined to be a table column.
TableEntry3 The MibNode is an OBJECT-TYPE that parsing has determined to be a table entry that describes a row.
Remarks

Identifier:

Object:

Table:

TableEntry:

TableColumn:

Group:

Notification:

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.Usage

See Also

Reference

Dart.Snmp Namespace

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