Click or drag to resize

RunQueueDisplayName Property

Helper property for the name to display in gui controls. This property returns the name of the runqueue and if it's changed it appends a '*'.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public override string DisplayName { get; }

Property Value

Type: String

Implements

ITaskGroupElementDisplayName
See Also