Click or drag to resize

IExceptionFilter.ImportSetIds Property

An optional list of Import Set identifiers that should be used to limit the list of exceptions returned.

Namespace:  EdaIntegrationContract.Exceptions
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IEnumerable<int> ImportSetIds { get; set; }

Property Value

Type: IEnumerable<Int32>
See Also