Click or drag to resize

IImportSetBuilderCustodians Method

The custodians that have data in the Import Set

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IReadOnlyList<ICustodian> Custodians()

Return Value

Type: IReadOnlyListICustodian
A read-only list of the ICustodians involved with this Import Set
See Also