SMS_SDMPackageLocalizedData Server WMI Class

The SMS_SDMPackageLocalizedData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents localized data for a System Definition Model (SDM) package.

Syntax

Class SMS_SDMPackageLocalizedData  
{  
      UInt32 LocaleID;  
      String LocalizedData;  
};  

Methods

The SMS_SDMPackageLocalizedData class does not define any methods.

Properties

LocaleID
Data type: UInt32

Access type: Read/Write

Qualifiers: None

The ID of the locale associated with the localized information.

LocalizedData
Data type: String

Access type: Read/Write

Qualifiers: None

The localized data.

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_Package Server WMI Class