Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_ClientBaselineItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a client deployment baseline item.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_ClientBaselineItem: SMS_BaseClass
{
UInt32 BaselineFlags;
UInt32 BaselineItemID;
String Name;
UInt32 Platform;
UInt32 Type;
String UniqueID;
};
Methods
The SMS_ClientBaselineItem class does not define any methods.
Properties
BaselineFlags
Data type: UInt32
Access type: Read
Qualifiers: none
Baseline flags to indicate which baseline this item belongs to.
BaselineItemID
Data type: UInt32
Access type: Read
Qualifiers: [key]
Client baseline item ID.
Name
Data type: String
Access type: Read
Qualifiers: none
Client baseline item name.
Platform
Data type: UInt32
Access type: Read
Qualifiers: none
The platform of the client baseline item. Possible values are:
| Value | Platform |
|---|---|
| 1 | x86 |
| 2 | x64 |
Type
Data type: UInt32
Access type: Read
Qualifiers: none
The client baseline item type. Possible values are:
| Value | Baseline item type |
|---|---|
| 1 | Patch or CU |
| 2 | Language Pack |
UniqueID
Data type: String
Access type: Read
Qualifiers: none
The GUID of the client baseline item.
Remarks
Class qualifiers for this class include:
Dynamic
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.