SMS_G_System_AppClientState Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

The SMS_G_System_AppClientState class does not define any methods.

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.

Show: