SMS_ApplicationCondition Server WMI Class
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.
Syntax
Class SMS_ApplicationCondition : SMS_BaseClass
{
String ApplicationGUID;
String ConditionDisplayName;
UInt32 ConditionID;
String ConditionModelName;
};
Methods
The SMS_ApplicationCondition class does not define any methods.
Properties
ApplicationGUID
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
Unique identifier of the application.
ConditionDisplayName
Data type: StringAccess type: Read-only
Qualifiers: [read]
Condition display name.
ConditionID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Identifier of the application condition.
ConditionModelName
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
Model name of the condition.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.