IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

NodeDescription Property

Textual description of the selected node.

Syntax

[VB.NET]
Public ReadOnlyProperty NodeDescription As String

[C#]
public string NodeDescription {get;}

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.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0