SMS_CI_LocalizedEulas 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_CI_LocalizedEulas Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains the localized Microsoft Software License Terms information for a configuration item.
Class SMS_CI_LocalizedEulas
{
String EULAContentUniqueID;
UInt32 LocaleID;
};
Methods
The SMS_CI_LocalizedEulas class does not define any methods.
Properties
EULAContentUniqueID
Data type: StringAccess type: Read/Write
Qualifiers: None
Unique ID of the Microsoft Software License Terms content.
LocaleID
Data type: UInt32Access type: Read/Write
Qualifiers: None
The ID of the locale associated with the localized information.
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 LocalizedEulas property:
Your application uses this class only if the EULAExists property of the configuration item is set to true.
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
Desired Configuration Management Server WMI Classes
SMS_ConfigurationItem Server WMI Class