nodeFileName (property)

The absolute path of the file where the selected node is declared.

Syntax

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

Default Value

""

Remarks

It is possible for a node to be re-declared in other modules. In this case the property contains a comma separated list of file 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]