| 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.3.0.0 (5.3.0)
Syntaxpublic 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: 
PropertyBag
See Also