IExecutionContext.MessageName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.