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

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

Class SMS_G_System_AppClientState : SMS_G_System
{
	UInt32 AppCI;
	UInt32 AppModelID;
	String AppModelName;
	String AppName;
	UInt32 ComplianceState;
	String MachineName;
	UInt32 ResourceID;
	UInt32 Revision;
	String UserName;
};

Methods

The SMS_G_System_AppClientState class does not define any methods.

Properties

AppCI

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

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Identifier of the application model.
AppModelName

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the Application Model.
AppName

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

Data type: UInt32Access type: Read-only Qualifiers: [not_null, 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.
ResourceID

Data type: UInt32Access type: Read/Write Qualifiers: noneResource ID.
Revision

Data type: UInt32Access type: Read-only Qualifiers: [not_null, 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

See Also