SMS_CI_LocalizedProperties Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_CI_LocalizedProperties Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains the localized properties for a configuration item.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CI_LocalizedProperties
{
String Description;
String DisplayName;
String InformativeURL;
UInt32 LocaleID;
};
The SMS_CI_LocalizedProperties class does not define any methods.
- Description
Data type: String
Access type: Read/Write
Qualifiers: None
Description of the configuration item. The default value is "".
- DisplayName
Data type: String
Access type: Read/Write
Qualifiers: None
Display name for the configuration item. The default value is "".
- InformativeURL
Data type: String
Access type: Read/Write
Qualifiers: None
URL identifying additional information about the configuration item. The default value is "".
- LocaleID
Data type: UInt32
Access type: Read/Write
Qualifiers: None
ID of the locale associated with the localized properties for the configuration item.
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.
This class is embedded by the following classes, through the LocalizedInformation property:
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.