DevForce Help Reference
DefaultCloningMethod Property


Determines the default cloning method used with DeepClone(Object,CloningMethod) calls.
Syntax
'Declaration
 
Public Shared Property DefaultCloningMethod As CloningMethod
'Usage
 
Dim value As CloningMethod
 
CloningFns.DefaultCloningMethod = value
 
value = CloningFns.DefaultCloningMethod
public static CloningMethod DefaultCloningMethod {get; set;}
Remarks
If not set by the application, CloningMethod.Reflection is used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CloningFns Class
CloningFns Members

Send Feedback