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
)
Public Function GetPropertyBagForEditing (
frameworkHolder As ITargetFrameworkHolder
) As PropertyBag
Parameters
- frameworkHolder
- Type: SD.LLBLGen.Pro.ApplicationCore.Interfaces.ITargetFrameworkHolder
The container, which is necessary for default source value retrieval.
Return Value
Type:
PropertyBagSee Also