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.9.0.0 (5.9.0)
Syntaxpublic string Source { get; set; }Public Property Source As String
	Get
	Set
Property Value
Type: 
String
See Also