nodeModuleName (property)

The name of the module where the selected node is declared.

Syntax

@property (nonatomic,readonly,assign,getter=nodeModuleName) NSString* nodeModuleName;
- (NSString*)nodeModuleName;
public var nodeModuleName: String {
  get {...}
}

Default Value

""

Remarks

It is possible for a node to be redeclared in other modules. In this case the NodeModuleName contains a comma separated list of module names where the selected node is declared.

This property is read-only.

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