RemoteExecutionContext.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(); 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