Edit

SMS_ClientDeploymentStateDetailsView Server WMI Class

The SMS_ClientDeploymentStateDetailsView Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a client deployment state details view.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_ClientDeploymentStateDetailsView: SMS_BaseClass
{
    UInt32 BaselineItemID;
    String BaselineItemName;
    UInt32 BaselineItemType;
    String NetBiosName;
    UInt32 RecordID;
    String SMSID;
};

Methods

The SMS_ClientDeploymentStateDetailsView class does not define any methods.

Properties

BaselineItemID Data type: UInt32

Access type: Read

Qualifiers: [key]

The client baseline item ID.

BaselineItemName Data type: String

Access type: Read

Qualifiers: none

The client baseline item name.

BaselineItemType 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

NetBiosName Data type: String

Access type: Read

Qualifiers: none

The NetBIOS name of the client.

RecordID Data type: UInt32

Access type: Read

Qualifiers: [key]

The record ID of the client deployment state.

SMSID Data type: String

Access type: Read

Qualifiers: none

The SMSID of the client.

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.