IProjectTypes.Assemblies Property
Obtains a collection of assemblies available for the current project.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDXAssemblyInfo> | A collection of IDXAssemblyInfo objects. |
See Also