SMS_AppConflictsData 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_AppConflictsData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the conflict of an application deployment configuration.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AppConflictsData : SMS_BaseClass
{
UInt32 AssignmentID;
String AssignmentUniqueID;
String CollectionID;
String ConflictsWith;
UInt32 DTCI;
UInt64 DTResultID;
String MachineName;
String RequiredBy;
String UserName;
};
The SMS_AppConflictsData class does not define any methods.
- AssignmentID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
- AssignmentUniqueID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
- CollectionID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
- ConflictsWith
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Name of the conflicting deployment type.
- DTCI
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
- DTResultID
Data type: UInt64
Access type: Read-only
Qualifiers: [not_null, read]
- MachineName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
- RequiredBy
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Deployment type that depends on the conflicted deployment.
- UserName
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.