ObjectIdentityMacro Constructor (String, String, IEntity, UInt32, Boolean) |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ObjectIdentityMacro(
string moduleName,
string name,
IEntity parent,
uint value,
bool lockModule = false
)
Public Sub New (
moduleName As String,
name As String,
parent As IEntity,
value As UInteger,
Optional lockModule As Boolean = false
)
public:
ObjectIdentityMacro(
String^ moduleName,
String^ name,
IEntity^ parent,
unsigned int value,
bool lockModule = false
)
new :
moduleName : string *
name : string *
parent : IEntity *
value : uint32 *
?lockModule : bool
(* Defaults:
let _lockModule = defaultArg lockModule false
*)
-> ObjectIdentityMacro
Parameters
- moduleName
- Type: SystemString
- name
- Type: SystemString
- parent
- Type: Lextm.SharpSnmpPro.MibIEntity
- value
- Type: SystemUInt32
- lockModule (Optional)
- Type: SystemBoolean
See Also