Share via


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: 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.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Content Server WMI Classes