Click or drag to resize

Generator.ActiveSourceElementsContainerName Property

Gets or sets the name of the active source elements container. This is the project name when the project property 'GroupUsage' is set to AsVisualGroupingMechanism. Otherwise it's the active group name.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public string ActiveSourceElementsContainerName { get; set; }

Property Value

Type: String

Implements

IGenerator.ActiveSourceElementsContainerName
See Also