RemoteExecutionContext.MessageName Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string MessageName { get; set; }
public:
[DataMemberAttribute]
property String^ MessageName {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
[<DataMemberAttribute>]
abstract MessageName : string with get, set
[<DataMemberAttribute>]
override MessageName : string with get, set
<DataMemberAttribute>
Public Property MessageName As String

Property Value

Type: System.String

Type: String
The name of the Web service message.

Implements

IExecutionContext.MessageName

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Supported messages and entities for plug-ins

Return to top

© 2016 Microsoft. All rights reserved. Copyright