Click or drag to resize
PresetManagerKnownPresets Property
Gets the known presets

Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public Dictionary<string, Preset> KnownPresets { get; }

Property Value

Type: DictionaryString, Preset
See Also