Skip to main content
A newer version of this page is available. .

IProjectTypes.ProjectAssembly Property

Obtains the assembly of the current project.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

IDXAssemblyInfo ProjectAssembly { get; }

Property Value

Type Description
IDXAssemblyInfo

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

See Also