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.1.0.0 (5.1.0)
Syntax
public override string DisplayName { get; }

Property Value

Type: String

Implements

ITaskGroupElementDisplayName
See Also