SMS_ApplicationCondition 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_ApplicationCondition Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents relationships between global conditions and applications.

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

Class SMS_ApplicationCondition : SMS_BaseClass
{
    String ApplicationGUID;
    String ConditionDisplayName;
    UInt32 ConditionID;
    String ConditionModelName;
};

The SMS_ApplicationCondition class does not define any methods.

ApplicationGUID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Unique identifier of the application.

ConditionDisplayName

Data type: String

Access type: Read-only

Qualifiers: [read]

Condition display name.

ConditionID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Identifier of the application condition.

ConditionModelName

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Model name of the condition.

Show: