UnknownMessageReceivedEventArgs.Message Property

Definition

Gets the unknown message that caused the event.

public:
 property System::ServiceModel::Channels::Message ^ Message { System::ServiceModel::Channels::Message ^ get(); };
public System.ServiceModel.Channels.Message Message { get; }
member this.Message : System.ServiceModel.Channels.Message
Public ReadOnly Property Message As Message

Property Value

The Message that caused the event.

Applies to