SMS_Category_LocalizedProperties Server WMI Class

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

Methods

The SMS_Category_LocalizedProperties class does not define any methods.

Properties

  • 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.

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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Configuration Manager Desired Configuration Management
SMS_CategoryInstance Server WMI Class