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.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Func<UserConfiguration> PreferencesRetrievalFunc { get; set; }
Public Property PreferencesRetrievalFunc As Func(Of UserConfiguration)
Get
Set
Property Value
Type:
FuncUserConfigurationSee Also