PowerSNMP for .NET
Status Enumeration




Defines the current implementation status of the MibNode object.
Syntax
Public Enum Status 
   Inherits System.Enum
Dim instance As Status
public enum Status : System.Enum 
__value public enum Status : public System.Enum 
public enum class Status : public System.Enum 
Members
MemberValueDescription
Current1 The variable is currently in use.
Deprecated5 The variable has been replaced by another definition.
Mandatory2 The Agent is required to implement the variable.
Obsolete4 The variable is no longer used.
Optional3 The Agent is not required to implement the variable.
Uninitialized0 The value has not been set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.Status

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