NumberLiteralValueValue Property |
Gets or sets the signed value, if applicable.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic long? Value { get; set; }
Public Property Value As Long?
Get
Set
Dim instance As NumberLiteralValue
Dim value As Long?
value = instance.Value
instance.Value = value
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
NullableInt64
See Also