NumberLiteralValueUnsignedValue Property |
Gets or sets the unsigned value, if applicable.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ulong? UnsignedValue { get; set; }
Public Property UnsignedValue As ULong?
Get
Set
Dim instance As NumberLiteralValue
Dim value As ULong?
value = instance.UnsignedValue
instance.UnsignedValue = value
public:
property Nullable<unsigned long long> UnsignedValue {
Nullable<unsigned long long> get ();
void set (Nullable<unsigned long long> value);
}
member UnsignedValue : Nullable<uint64> with get, set
Property Value
NullableUInt64
See Also