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;
};

Methods

The SMS_AppFailedVEsData class does not define any methods.

Properties

AssignmentID

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]AssignmentID  
AssignmentUniqueID

Data type: StringAccess type: Read-only Qualifiers: [not_null, read]AssignmentUniqueID  
CollectionID

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]CollectionID  
ComplianceState

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]ComplianceState  
DTCI

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]DTCI  
DTResultID

Data type: UInt64Access type: Read-only Qualifiers: [not_null, read]DTResultID  
EnforcementState

Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]EnforcementState  
ErrorValue

Data type: UInt32Access type: Read-only Qualifiers: [read]ErrorValue  
MachineName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]MachineName  
UserName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]UserName  
VEDisplayName

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]VEDisplayName  

Remarks

Requirements

Runtime Requirements

Development Requirements