CopyPropertiesFrom Method

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Copy the property bag data from the given commerce entity into this entity.

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

Syntax

'Declaration
Public Sub CopyPropertiesFrom ( _
    commerceEntity As CommerceEntity _
)
'Usage
Dim instance As CommerceEntity
Dim commerceEntity As CommerceEntity

instance.CopyPropertiesFrom(commerceEntity)
public void CopyPropertiesFrom(
    CommerceEntity commerceEntity
)
public:
void CopyPropertiesFrom(
    CommerceEntity^ commerceEntity
)

Parameters

See Also

Reference

CommerceEntity Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace