IMessageProperty.CreateCopy Method

Definition

Creates a copy of the current instance.

public:
 System::ServiceModel::Channels::IMessageProperty ^ CreateCopy();
public System.ServiceModel.Channels.IMessageProperty CreateCopy ();
abstract member CreateCopy : unit -> System.ServiceModel.Channels.IMessageProperty
Public Function CreateCopy () As IMessageProperty

Returns

A IMessageProperty object that is a copy of the current instance.

Remarks

This method is called whenever an implementor of this interface is created. This happens when an object that implements this interface is added to Properties as a custom property.

Applies to