Click or drag to resize
GeneratorActiveSourceElementsContainerName 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.3.0.0 (5.3.0)
Syntax
public string ActiveSourceElementsContainerName { get; set; }

Property Value

Type: String

Implements

IGeneratorActiveSourceElementsContainerName
See Also