NumberLiteralValueUnsignedValue Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ulong? UnsignedValue { get; set; }
Public Property UnsignedValue As ULong?
Get
Set
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
Type:
NullableUInt64
See Also