MessageProperties.CopyProperties(MessageProperties) Metoda

Definice

Zkopíruje obsah zadaného MessageProperties objektu do této instance.

public:
 void CopyProperties(System::ServiceModel::Channels::MessageProperties ^ properties);
public void CopyProperties (System.ServiceModel.Channels.MessageProperties properties);
member this.CopyProperties : System.ServiceModel.Channels.MessageProperties -> unit
Public Sub CopyProperties (properties As MessageProperties)

Parametry

properties
MessageProperties

Objekt MessageProperties , ze kterého chcete kopírovat.

Platí pro