Click or drag to resize
TaskGroupElementNameToUseForLogging Property
Name to use for logging of actions on task group element. This is by default the display name. If the display name differs from the Name, it will use the format: display name (name)

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string NameToUseForLogging { get; }

Property Value

Type: String

Implements

ITaskGroupElementNameToUseForLogging
See Also