PowerSNMP for .NET CF
Value Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > Variable Class : Value Property




Gets or sets the value of the Variable.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Value As SimpleTaggedType
Visual Basic (Usage)Copy Code
Dim instance As Variable
Dim value As SimpleTaggedType
 
instance.Value = value
 
value = instance.Value
C# 
public virtual SimpleTaggedType Value {get; set;}
Managed Extensions for C++ 
public: __property virtual SimpleTaggedType* get_Value();
public: __property virtual void set_Value( 
   SimpleTaggedType* value
);
C++/CLI 
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 SimpleTaggedType is used for the Id specified.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.