DefaultsPerTargetElementTypeContainerUpdateContainedElementFunc Property  | 
 
            Gets or sets the update contained element function, which is used to update an outputsettingvalues container in a containing object.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic Action<FrameworkSettingTargetElementType, OutputSettingValuesContainer> UpdateContainedElementFunc { get; set; }Public Property UpdateContainedElementFunc As Action(Of FrameworkSettingTargetElementType, OutputSettingValuesContainer)
	Get
	Set
Property Value
Type: 
ActionFrameworkSettingTargetElementType, 
OutputSettingValuesContainer
See Also