Visual Basic (Declaration) | |
---|---|
Public ReadOnly Name As String |
Visual Basic (Usage) | ![]() |
---|---|
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
StringThis 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.
Target Platforms: Microsoft .NET Framework 2.0