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

Methods

The SMS_CI_LocalizedProperties class does not define any methods.

Properties

Description

Data type: StringAccess type: Read/WriteQualifiers: None Description of the configuration item. The default value is "".
DisplayName

Data type: StringAccess type: Read/WriteQualifiers: NoneDisplay name for the configuration item. The default value is "".
InformativeURL

Data type: StringAccess type: Read/WriteQualifiers: NoneURL identifying additional information about the configuration item. The default value is "".
LocaleID

Data type: UInt32Access type: Read/WriteQualifiers: NoneID of the locale associated with the localized properties for the configuration item.

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.

This class is embedded by the following classes, through the LocalizedInformation property:

Requirements

Runtime Requirements

Development Requirements

See Also