Click or drag to resize

Access Enumeration

Access modifier.

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public enum Access
Members
  Member nameValueDescription
ReadOnly0 read-only.
ReadWrite1 read-write.
WriteOnly2 write-only. Obsolete and should use read-write instead.
ReadCreate3 read-create.
NotAccessible4 not-accessible.
AccessibleForNotify5 accessible-for-notify.
NotImplemented6 not-implemented.
See Also