Click or drag to resize

ProjectCloneControllerActiveClone Property

Gets the active clone. Can be null, in which case there's no active clone (project hasn't been cloned yet)

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public ProjectClone ActiveClone { get; }

Property Value

Type: ProjectClone
See Also