RemoteExecutionContext.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(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string MessageName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MessageName : string with get, set
Public Property MessageName As String

Property Value

The name of the Web service message.

Attributes

Applies to