property
Returns the value of a property in a property store.
Syntax
-
property(s)
-
s
is a string
-
Description
property(s)
returns the property named s
.
Examples
'( property("os.ComputerName"), property("os.WindowsVersion").major, property("os.UserName"), property("os.CPUCount"), property("os.MonitorCount"), #property("os.fonts") )
HUVUDDATOR 6 Andreas Rejbrand 8 4 343
'( property("kernel.version"), property("session.StartTime").time )
(major: 3, minor: 1, release: 0, build: 0) (hour: 21, minute: 1, second: 11, millisecond: 937)
See also
-
Property stores (conceptual and list)