PowerSNMP for .NET
Value Property (UIntegerBase)




Gets the unsigned integer value associated with this object.
Syntax
Public Property Value As Long
Dim instance As UIntegerBase
Dim value As Long
 
instance.Value = value
 
value = instance.Value
public long Value {get; set;}
public: __property long get_Value();
public: __property void set_Value( 
   long value
);
public:
property int64 Value {
   int64 get();
   void set (    int64 value);
}

Property Value

Returns the value assigned to the object at the time it was initialized.
Remarks

Read-only.

See Also

Reference

UIntegerBase Class
UIntegerBase Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic