Gets or sets the .NET class Type (derived from SimpleTaggedType) used by this MibNode.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly ValueType As Type |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MibNode
Dim value As Type
value = instance.ValueType |
C# | |
---|
public readonly Type ValueType |
Managed Extensions for C++ | |
---|
public: readonly Type* ValueType |
C++/CLI | |
---|
public:
readonly Type^ ValueType |
Property Value
One of the types in the Dart.Snmp.SimpleType namespace will be returned.
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also