property
Returns the value of a property in a property store.
Syntax
-
property(s)-
sis 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 378
'(
property("kernel.version"),
property("session.StartTime").time
)
(major: 3, minor: 0, release: 0, build: 0) (hour: 14, minute: 24, second: 2, millisecond: 923)
See also
-
Property stores (conceptual and list)