Click or drag to resize
TaskGroupElementDisplayName Property
Gets or sets the display name for this element. If display name isn't set or set to an empty string, Name is returned.

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 virtual string DisplayName { get; set; }

Property Value

Type: String

Implements

ITaskGroupElementDisplayName
See Also