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




A Sequence that contains an instance of the Id class and an instance of the SimpleTaggedType class.

Object Model

Variable ClassSimpleTaggedType Class

Syntax

Visual Basic (Declaration) 
Public Class Variable 
   Inherits Sequence
Visual Basic (Usage)Copy Code
Dim instance As Variable
C# 
public class Variable : Sequence 
Managed Extensions for C++ 
public __gc class Variable : public Sequence 
C++/CLI 
public ref class Variable : public Sequence 

Remarks

Users will normally manipulate instances of this class, or of classes that derive from MibNode. Instances of this class are agregated as elements of the VariableCollection class.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.Sequence
         Dart.Snmp.Variable

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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