ExtensionManifestEnumeratingTypesErrorExemptAssemblies Property

Gets the list of names of referenced assemblies that are exempt from logging enumerating types error.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public IReadOnlyCollection<string> EnumeratingTypesErrorExemptAssemblies { get; }

Property Value

Type: IReadOnlyCollectionString
The list of exempt assembly names.
See Also