The SMS_ClassicDeploymentAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents asset level details about classic software distribution deployments.

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

Class SMS_ClassicDeploymentAssetDetails : SMS_BaseClass
{
	String CollectionID;
	String CollectionName;
	String DeploymentID;
	UInt32 DeviceID;
	String DeviceName;
	Boolean IsMachineAssignedToUser;
	Boolean IsMachineChangesPersisted;
	Boolean IsVM;
	UInt32 MessageID;
	String PackageID;
	String PackageName;
	String ProgramName;
	String StatusDescription;
	UInt32 StatusType;
	DateTime SummarizationTime;
	String UserName;
	String VMHostName;
};

Methods

The SMS_ClassicDeploymentAssetDetails class does not define any methods.

Properties

CollectionID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Existing collection to which the advertisement is targeted.
CollectionName

Data type: StringAccess type: Read-only Qualifiers: [read]The name of the collection to which the advertisement is advertising.
DeploymentID

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]A unique auto-generated key.
DeviceID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]Resource identifier.
DeviceName

Data type: StringAccess type: Read-only Qualifiers: [read]Computer NetBIOS name.
IsMachineAssignedToUser

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if the computer is assigned to a user.
IsMachineChangesPersisted

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if changes made to the virtual machine have been persisted.
IsVM

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if this is a virtual machine.
MessageID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Software distribution or software update message ID.
PackageID

Data type: StringAccess type: Read-only Qualifiers: [read]ID for an existing package associated with the advertisement.
PackageName

Data type: StringAccess type: Read-only Qualifiers: [read]The name of the advertised package.
ProgramName

Data type: StringAccess type: Read-only Qualifiers: [read]The program name of the program related to the package that the advertisement will advertise.
StatusDescription

Data type: StringAccess type: Read-only Qualifiers: [read]Status description.
StatusType

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Status type.

1

Success

2

InProgress

4

Unknown

5

Error

SummarizationTime

Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]The last time the summarization task was run for this application or current time in UTC if it is missing.
UserName

Data type: StringAccess type: Read-only Qualifiers: [read]The name of the user to last log in to this client.
VMHostName

Data type: StringAccess type: Read-only Qualifiers: [read]Virtual machine host name.

Remarks

Requirements

Runtime Requirements

Development Requirements