The SMS_InventoryClassProperty Windows Management Instrumentation (WMI) class is an SMS Provider server class, embedded in the SMS_InventoryClass that represents the properties associated with an inventory class in Configuration Manager.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_InventoryClassProperty : { UInt32 IsKey; String PropertyName; String SMSDeviceUri; UInt32 Type; String Units; }; |
Methods
The SMS_InventoryClassProperty class does not define any methods.
Properties
- IsKey
- Data type: UInt32Access type: Read/Write Qualifiers: [not_null]true, if this property is the key of the class. The default value is false.
- PropertyName
- Data type: StringAccess type: Read/Write Qualifiers: [not_null]The name of the property. The default value is an empty string.
- SMSDeviceUri
- Data type: StringAccess type: Read/Write Qualifiers: noneSMS device URI in XML format. This can support multiple device URIs.
- Type
- Data type: UInt32Access type: Read/Write Qualifiers: [not_null]CIMv2 type of property.
- Units
- Data type: StringAccess type: Read/Write Qualifiers: [not_null]The units of the property.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.