The SMS_AppUnknownStatePerClient Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents unknown application state per client.

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

Class SMS_AppUnknownStatePerClient : SMS_BaseClass
{
	UInt32 AppCI;
	String AppName;
	UInt32 AssignmentID;
	String AssignmentUniqueID;
	UInt32 Category;
	String CollectionID;
	String CollectionName;
	UInt32 DeploymentIntent;
	String MachineName;
	DateTime StartTime;
	String UserName;
};

Methods

The SMS_AppUnknownStatePerClient class does not define any methods.

Properties

AppCI

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
AppName

Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
AssignmentID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
AssignmentUniqueID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
Category

Data type: UInt32Access type: Read-only Qualifiers: [read]Specific unknown state.
CollectionID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
CollectionName

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
DeploymentIntent

Data type: UInt32Access type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
MachineName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
StartTime

Data type: DateTimeAccess type: Read-only Qualifiers: [read]See SMS_AppDeploymentAssetDetails Server WMI Class.
UserName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.

Remarks

Requirements

Runtime Requirements

Development Requirements