Click or drag to resize

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

Property Value

Type: String

Implements

ITaskGroupElement.DisplayName
See Also