Click or drag to resize
IGroupableElementFullName Property
Gets the full name of this element (GroupName.Name)

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string FullName { get; }

Property Value

Type: String
Remarks
Returns GroupName.Name if GroupName is set to a value, otherwise Name
See Also