unique values of
(
(
unique value of
(
(
string values of properties "Caption" of it
)
;
(
string values of properties "Description" of it
)
;
(
string values of properties "MonitorType" of it
)
)
)
&": "&
(
(
it as string
)
of integer value of property "ScreenWidth" of it
)
&"x"&
(
(
it as string
)
of integer value of property "ScreenHeight" of it
)
)
of select objects "* from Win32_DesktopMonitor WHERE ScreenHeight > 0 AND ScreenWidth > 0" of wmis
unique values of ( (unique value of ( (string values of properties "Caption" of it);(string values of properties "Description" of it);(string values of properties "MonitorType" of it) ) ) &": "& ( (it as string) of integer value of property "ScreenWidth" of it ) &"x"& ( (it as string) of integer value of property "ScreenHeight" of it ) ) of select objects "* from Win32_DesktopMonitor WHERE ScreenHeight > 0 AND ScreenWidth > 0" of wmis