Property elements, in Configuration Manager, are the individual Windows Management Instrumentation (WMI) properties that hardware inventory reports.
Type: String.
Instances: Zero or more.
Attributes
None.
Remarks
These properties correspond to the SMS_def.mof properties that were chosen to be reported.
For example, The Win32_Service will be described as follows in the hardware inventory XML:
- <Win32_Service>
<DisplayName>Messenger</DisplayName>
In the SMS_def.mof it maps to the following:
class Win32_Service :
SMS_Class_Template
{
…
[SMS_Report (TRUE) ]
string DisplayName;
..
};
See Also
Send comments about this topic to Microsoft.