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

IDXAssemblyInfo.IsSolutionAssembly Property

Indicates whether the current assembly is an assembly of the current solution.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool IsSolutionAssembly { get; }

Property Value

Type Description
Boolean

true, if the current assembly is an assembly of the current solution; otherwise, false.

See Also