Click or drag to resize

TaskGroupElement.NameToUseForLogging 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.10.0.0 (5.10.0)
Syntax
public string NameToUseForLogging { get; }

Property Value

Type: String

Implements

ITaskGroupElement.NameToUseForLogging
See Also