PowerSNMP for .NET CF
Name Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibDefinition Class : Name Field




Gets or sets the human readable name.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Name As String
Visual Basic (Usage)Copy Code
Dim instance As MibDefinition
Dim value As String
 
value = instance.Name
C# 
public readonly string Name
Managed Extensions for C++ 
public: readonly string* Name
C++/CLI 
public:
readonly String^ Name

Property Value

String

Remarks

This property is used as the key for looking up a specific MibNode in the MibNodes dictionary or looking up a specific MibTrap in the MibNodes.Traps dictionary.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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