Clone Method

Creates a new object that is a deep copy of this instance.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function Clone As Object
'Usage
Dim instance As ListingProperty
Dim returnValue As Object

returnValue = instance.Clone()
public Object Clone()
public:
virtual Object^ Clone() sealed

Return Value

Type: System.Object
A new object that is a deep copy of this instance.

Implements

ICloneable.Clone()

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace