Click or drag to resize
ProjectSettingGroupCreatePropertyBagOnCloneForProperties Method
Creates the property bag on clone for properties.

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 PropertyBag CreatePropertyBagOnCloneForProperties(
	HashSet<string> propertyNames
)

Parameters

propertyNames
Type: System.Collections.GenericHashSetString
The property names.

Return Value

Type: PropertyBag
See Also