IExecutionContext.MessageName Property

Definition

Gets the name of the Web service message that is being processed by the event execution pipeline.

public:
 property System::String ^ MessageName { System::String ^ get(); };
public string MessageName { get; }
member this.MessageName : string
Public ReadOnly Property MessageName As String

Property Value

The name of the Web service message being processed by the event execution pipeline.

Applies to