| TypeShortcutDefaultValuesPerDriverID Property  | 
 
            Gets the default values per driverID. If a driver id isn't mentioned, no default value is present for that driver id. It can be
            a default value is present for a driver id which isn't in the project. The default value is then ignored. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic Dictionary<string, TypeShortcutDefaults> DefaultValuesPerDriverID { get; }Public ReadOnly Property DefaultValuesPerDriverID As Dictionary(Of String, TypeShortcutDefaults)
	Get
Property Value
Type: 
DictionaryString, 
TypeShortcutDefaults
See Also