Click or drag to resize

OutputSettingValuesContainer.GetPropertyBagForEditing Method

Gets the property bag for editing.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public PropertyBag GetPropertyBagForEditing(
	ITargetFrameworkHolder frameworkHolder
)

Parameters

frameworkHolder
Type: SD.LLBLGen.Pro.ApplicationCore.Interfaces.ITargetFrameworkHolder
The container, which is necessary for default source value retrieval.

Return Value

Type: PropertyBag
See Also