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_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.
Syntax
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: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
AppModelID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Identifier of the application model.
AppModelName
Data type: String
Access type: Read-only
Qualifiers: [read]
Name of the Application Model.
AppName
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
ComplianceState
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
MachineName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
ResourceID
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Resource ID.
Revision
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
UserName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_AppDeploymentAssetDetails Server WMI Class.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.