Open this page in the API Guide

DataDiscoveryMigrationResult.Messages Property

Gets the collection of the migration messages.

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IReadOnlyCollection<DataDiscoveryMigrationMessage> Messages { get; }

Return Value

Type: IReadOnlyCollection<DataDiscoveryMigrationMessage>
Collection of DataDiscoveryMigrationMessage objects associated with the migration.
See Also