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




Gets the human readable identifier that represents the enumeration value of the variable.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValueName As String
Visual Basic (Usage)Copy Code
Dim instance As Variable
Dim value As String
 
value = instance.ValueName
C# 
public string ValueName {get;}
Managed Extensions for C++ 
public: __property string* get_ValueName();
C++/CLI 
public:
property String^ ValueName {
   String^ get();
}

Property Value

A string that contains the enumeration name of the Value

Remarks

Read-only. ValueName returns an empty string if the Variable does not represent an enumerated value or if the loaded MIB files do not contain a definition for the Variable OID value. If Value is not a valid enumeration value as defined in the MIB, the string “Invalid Enumeration Value” will be returned.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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