Take a copy of the rule set

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Function Copy( _ 
ByVal copy_ids As Boolean
) As NamingRuleSet
This language is not supported or no code example is available.
public NamingRuleSet Copy( 
bool copy_ids 
)
This language is not supported or no code example is available.
public:  
NamingRuleSet^ Copy( 
bool copy_ids 
)
This language is not supported or no code example is available.
public function Copy( 
copy_ids : boolean 
) : NamingRuleSet;
This language is not supported or no code example is available.

Parameters

copy_ids
Type: bool

should we copy ids?

Return Value

Type: NamingRuleSet

the naming rule set

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1