Click or drag to resize
SettingDefinitionEnumType Property
Gets or sets the type instance of the enum type if Type is set to 'enum' and source is set to the name of the enum type instance.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public Type EnumType { get; set; }

Property Value

Type: Type
See Also