Skip to main content

IProjectTypes.ProjectAssembly Property

Obtains the assembly of the current project.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IDXAssemblyInfo ProjectAssembly { get; }

Property Value

Type Description
IDXAssemblyInfo

An IDXAssemblyInfo containing information about the assembly of the current project.

See Also