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.6.0.0 (5.6.19.0117)
Syntax protected PropertyBag CreatePropertyBagOnCloneForProperties(
HashSet<string> propertyNames
)
Protected Function CreatePropertyBagOnCloneForProperties (
propertyNames As HashSet(Of String)
) As PropertyBag
Parameters
- propertyNames
- Type: System.Collections.GenericHashSetString
The property names.
Return Value
Type:
PropertyBagSee Also