Click or drag to resize

NamedValue Constructor

Initializes a new instance of the NamedValue class

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public NamedValue(
	string name,
	ISmiValue smiValue
)

Parameters

name
Type: SystemString
smiValue
Type: Lextm.SharpSnmpPro.MibISmiValue
See Also