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.v18.2.dll

Declaration

IDXAssemblyInfo ProjectAssembly { get; }

Property Value

Type Description
IDXAssemblyInfo

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

See Also