SMS_Category_LocalizedProperties Server WMI Class

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.

Syntax

Class SMS_Category_LocalizedProperties  
{  
      String CategoryInstanceName;  
      UInt32 LocaleID;  
};  

Methods

The SMS_Category_LocalizedProperties class doesn't 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:

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

Configuration Manager Compliance Settings (DCM) Server WMI Classes
SMS_CategoryInstance Server WMI Class