Owner manual
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
with the ConfigProperty object.
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
dependent like the FuncProfileName property.
Availability
Local, full, and lightweight clients.
Syntax
progNameValue = Object.FuncProfileProgrammaticName
Element
Description
progName
The functional profile programmatic
name of the object.
Object
The ConfigProperty object to be acted
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 ConfigProperty
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.