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_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: 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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.