SMS_AppFailedVEsData 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_AppFailedVEsData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents ….  

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

Class SMS_AppFailedVEsData : SMS_BaseClass
{
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    String CollectionID;
    UInt32 ComplianceState;
    UInt32 DTCI;
    UInt64 DTResultID;
    UInt32 EnforcementState;
    UInt32 ErrorValue;
    String MachineName;
    String UserName;
    String VEDisplayName;
};

The SMS_AppFailedVEsData class does not define any methods.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

AssignmentID  

AssignmentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

AssignmentUniqueID  

CollectionID

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

CollectionID  

ComplianceState

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

ComplianceState  

DTCI

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

DTCI  

DTResultID

Data type: UInt64

Access type: Read-only

Qualifiers: [not_null, read]

DTResultID  

EnforcementState

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

EnforcementState  

ErrorValue

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

ErrorValue  

MachineName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

MachineName  

UserName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

UserName  

VEDisplayName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

VEDisplayName  

Show: