| Visual Basic (Declaration) | |
|---|---|
Public Shared Property DefaultCloningMethod As CloningMethod | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As CloningMethod CloningFns.DefaultCloningMethod = value value = CloningFns.DefaultCloningMethod | |
| C# | |
|---|---|
public static CloningMethod DefaultCloningMethod {get; set;} | |
| C++/CLI | |
|---|---|
public: static property CloningMethod DefaultCloningMethod { CloningMethod get(); void set ( CloningMethod value); } | |
If not set by the application, CloningMethod.Reflection is used.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family