Gets or sets the value.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
SyntaxProperty Value As UInteger
Get
Set
Dim instance As IEntity
Dim value As UInteger
value = instance.Value
instance.Value = value
property unsigned int Value {
unsigned int get ();
void set (unsigned int value);
}
abstract Value : uint32 with get, set
Property Value
UInt32
The value.
See Also