ApplicationInstallConflict public class ApplicationInstallConflict Documentation public ApplicationComponentType ApplicationComponentType { get; set; } public DisplayableObjectIdentifier ConflictApplicationIdentifier { get; set; } public DisplayableObjectIdentifier ConflictArtifactIdentifier { get; set; } public ApplicationInstallConflictType ConflictType { get; set; } public string Description { get; set; } public List<ApplicationInstallConflictResolution> ResolutionOptions { get; set; } public ApplicationInstallConflict()