ValidationResult public class ValidationResult Documentation public ObjectIdentifier ApplicationIdentifier { get; set; } public List<ApplicationInstallConflict> Conflicts { get; set; } public List<string> Errors { get; set; } public bool Success { get; set; } public ObjectIdentifier WorkspaceIdentifier { get; set; } public ValidationResult()