IInstallApplicationResponse public interface IInstallApplicationResponse A common interface for the install and uninstall response messages. Documentation ObjectIdentifier ApplicationIdentifier { get; set; } The application associated with the install. List<InstallApplicationResult> Results { get; set; } A list of installation identifiers and messages.