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