NotificationTypeMacroValue Property |
Gets or sets the value.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic uint Value { get; set; }
Public Property Value As UInteger
Get
Set
Dim instance As NotificationTypeMacro
Dim value As UInteger
value = instance.Value
instance.Value = value
public:
virtual property unsigned int Value {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract Value : uint32 with get, set
override Value : uint32 with get, set
Property Value
UInt32
The value.
Implements
IEntityValue
See Also