PowerSNMP for .NET
Value Property (Variable)




Gets or sets the value of the Variable.
Syntax
Public Overridable Property Value As SimpleTaggedType
Dim instance As Variable
Dim value As SimpleTaggedType
 
instance.Value = value
 
value = instance.Value
public virtual SimpleTaggedType Value {get; set;}
public: __property virtual SimpleTaggedType* get_Value();
public: __property virtual void set_Value( 
   SimpleTaggedType* value
);
public:
virtual property SimpleTaggedType^ Value {
   SimpleTaggedType^ get();
   void set (    SimpleTaggedType^ value);
}

Property Value

A SimpleTaggedType that contains the value of the Variable.
Remarks

It is the responsibility of either the user or derived classes to ensure the correct Dart.Snmp.SimpleType is used for the Id specified.

See Also

Reference

Variable Class
Variable Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic