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; }; |
Methods
The SMS_AppConflictsData class does not define any methods.
Properties
- AssignmentID
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- AssignmentUniqueID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- CollectionID
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- ConflictsWith
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Name of the conflicting deployment type.
- DTCI
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- DTResultID
- Data type: UInt64Access type: Read-only Qualifiers: [not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- MachineName
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
- RequiredBy
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Deployment type that depends on the conflicted deployment.
- UserName
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]See SMS_AppDeploymentAssetDetails Server WMI Class.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.