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.9.0.0 (5.9.0)
Syntax public Func<UserConfiguration> PreferencesRetrievalFunc { get; set; }
Public Property PreferencesRetrievalFunc As Func(Of UserConfiguration)
Get
Set
Property Value
Type:
FuncUserConfigurationSee Also