SMS_Category_LocalizedProperties Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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;
};

The SMS_Category_LocalizedProperties class does not define any methods.

CategoryInstanceName
Data type: String

Access type: Read/Write

Qualifiers: None

Display name of the category instance. The default value is "".

LocaleID
Data type: UInt32

Access type: Read/Write

Qualifiers: None

ID for the locale associated with the category instance.

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.

Runtime Requirements

Development Requirements

Show: