ImpersonateOnSerializingReplyMessageProperty.CreateCopy Method

Definition

Creates a copy of the message property.

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

Returns

The copy of the message property.

Implements

Applies to