CoreStatePreferencesRetrievalFunc Property  | 
 
            Gets or sets the preferences retrieval function, which is used to obtain the preferences object currently loaded in the system. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Func<UserConfiguration> PreferencesRetrievalFunc { get; set; }Public Property PreferencesRetrievalFunc As Func(Of UserConfiguration)
	Get
	Set
Property Value
Type: 
FuncUserConfiguration
See Also