Click or drag to resize
CoreStateCurrentProject Property
Gets the currentlu loaded project using the CurrentProjectRetrievalFunc. If the func isn't set or no project is loaded, null is returned.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Project CurrentProject { get; }

Property Value

Type: Project
See Also