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.3.0.0 (5.3.0)
Syntax public string Source { get; set; }
Public Property Source As String
Get
Set
Property Value
Type:
StringSee Also