Skip to main content

IDXAssemblyInfo.IsSolutionAssembly Property

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

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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