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