| Visual Basic (Declaration) | |
|---|---|
Public Enum Status Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Status | |
| C# | |
|---|---|
public enum Status : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum Status : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class Status : public System.Enum | |
| Member | Description |
|---|---|
| Current | The variable is currently in use. |
| Deprecated | The variable has been replaced by another definition. |
| Mandatory | The Agent is required to implement the variable. |
| Obsolete | The variable is no longer used. |
| Optional | The Agent is not required to implement the variable. |
| Uninitialized | The value has not been set. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.Status
Target Platforms: Microsoft .NET Framework 2.0