Funcprofileprogrammaticname, Handle, Implementationtype – Echelon OpenLNS User Manual
Page 204: Mode, Implementationtype p
OpenLNS Programmer's Reference
167
Read/Write
Read-only.
Added to API
Prior to LNS Release 3.0.
FuncProfileProgrammaticName
Summary
Returns the functional profile programmatic name associated
.
This name is accessed from the functional profile template
file associated with the object. The programmatic name is
the base name stored for the object; it is not language
property
.
Availability
Local, full, and lightweight clients.
Syntax
progNameValue = Object.FuncProfileProgrammaticName
Element
Description
progName
The functional profile programmatic
name of the object.
Object
on.
Data Type
String.
Read/Write
Read-only.
Added to API
Prior to LNS Release 3.0.
Handle
Summary
Contains the handle associated with the
object.
An OpenLNS Object that is part of a collection is assigned an
index corresponding to its position within that collection.
This index may be used when invoking the
Item
property.
Availability
Local, full, and lightweight clients.
Syntax
returnValue = object.Handle
Element
Description
returnValue
The NSS handle of the object.
object
The object to be acted on.
Data Type
Long.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ImplementationType
Summary
Specifies whether the ConfigProperty
object is implemented
by a configuration network variable or a configuration value
file.