Dart.Snmp Namespace > Variable Class : Value Property |
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); }
It is the responsibility of either the user or derived classes to ensure the correct Dart.Snmp.SimpleType is used for the Id specified.