Click or drag to resize

ObjectIdentityMacro(String, String, IEntity, UInt32, Boolean) Constructor

Initializes a new instance of the ObjectIdentityMacro class with the specified module name, name, parent, value, and lock module flag.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public ObjectIdentityMacro(
	string moduleName,
	string name,
	IEntity parent,
	uint value,
	bool lockModule = false
)

Parameters

moduleName  String
The name of the module.
name  String
The name of the object identity.
parent  IEntity
The parent entity.
value  UInt32
The value of the object identity.
lockModule  Boolean  (Optional)
Whether to lock the module assignment.
See Also