InstallApplicationResult public class InstallApplicationResult : IHasInstallStatus Documentation public int ApplicationInstallID { get; set; } public InstallStatus InstallStatus { get; set; } public List<string> Messages { get; set; } public ObjectIdentifier WorkspaceIdentifier { get; set; } public InstallApplicationResult()