Minorapiversion, Minorversion, Name – Echelon OpenLNS User Manual
Page 139
OpenLNS Programmer's Reference
102
Syntax
majVersion = appObject.MajorVersion
Element
Description
majVersion
The major version number of this
application when it was compiled.
appObject
The Application object to be acted on.
Added to API
LNS Release 3.0.
MinorAPIVersion
Summary
Contains the minor version of LNS used when the application
was compiled. This property is used with the
property to provide the full version
information. This property is set to 255 if there is no
available version information.
Availability
Local, full, and lightweight clients.
Syntax
minApiVersion = appObject.MinorApiVersion
Element
Description
minApiVersion
The minor version of LNS used when
this application was compiled.
appObject
The Application object to be acted on.
Added to API
LNS Release 3.0.
MinorVersion
Summary
Contains the minor version of the application. This property
property to provide the full
version information. This property is set to 255 if there is no
available version information.
Availability
Local, full, and lightweight clients.
Syntax
minVersion = appObject.MinorVersion
Element
Description
minVersion
The minor version number of this
application when it was compiled.
appObject
object to be acted on.
Added to API
LNS Release 3.0.
Name
Summary
Specifies the name of an object as a character string. This
property is case sensitive. Searches by name must match
objects, this property can be a maximum of 85
characters long, but it may not contain the forward slash (/),
back slash (\), period (.), and colon (:) characters.