Click or drag to resize
ProjectSettingGroup Constructor (String, PropertyBagProvider)
Initializes a new instance of the ProjectSettingGroup class. Use this ctor for preferences usage (project defaults).

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)
Syntax
protected ProjectSettingGroup(
	string groupName,
	PropertyBagProvider propertyBagProvider
)

Parameters

groupName
Type: SystemString
Name of the group.
propertyBagProvider
Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresPropertyBagProvider
The property bag provider.
See Also