Click or drag to resize

SettingDefinitionSource Property

Gets or sets the name of the source for the values for this setting. If type is a string, this is a valuelist name and if type is an enum, this is the enum type name. Can be empty

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public string Source { get; set; }

Property Value

Type: String
See Also