Click or drag to resize

IExportConfigExportSetOrderBys Property

Fields used to order the creation of the export set

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

Property Value

Type: IEnumerableExportSetOrderBy
See Also