Click or drag to resize

Access Enumeration

Access modifier.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
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