The SMS_Category_LocalizedProperties Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes various localized properties for a category, for example, a product or a classification.

Class SMS_Category_LocalizedProperties
{
	String CategoryInstanceName;
	UInt32 LocaleID;
};

Methods

The SMS_Category_LocalizedProperties class does not define any methods.

Properties

CategoryInstanceName


Data type: StringAccess type: Read/WriteQualifiers: NoneDisplay name of the category instance. The default value is "".
LocaleID


Data type: UInt32Access type: Read/WriteQualifiers: NoneID for the locale associated with the category instance.

Remarks

Class qualifiers for this class include:

  • Embedded

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses this class to create objects that are embedded by SMS_CategoryInstance Server WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.