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.9.0.0 (5.9.0)
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