IPWorks SNMP 2020 .NET Edition

Questions / Feedback?

NodeDescription Property

Textual description of the selected node.

Syntax

public string NodeDescription { get; }
Public ReadOnly Property NodeDescription As String

Default Value

""

Remarks

Because loading descriptions can consume unwanted resources, the component can control caching of descriptions in order to keep the memory footprint of the component as small as possible.

To disable caching, set the CacheDescriptions config setting to True. In this case, the component will only save the offset of the description in the MIB file in memory, and will fetch the textual description directly from the file only when required. When using caching, make sure that the path of the loaded modules does not change or the property will be unable to fetch the correct text description.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 .NET Edition - Version 20.0 [Build 8202]