NumberLiteralValueValue Property |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic long? Value { get; set; }
Public Property Value As Long?
Get
Set
public:
property Nullable<long long> Value {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Value : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also