IExecutionContext.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

string MessageName { get; }
property String^ MessageName {
    String^ get();
}
abstract MessageName : string with get
ReadOnly Property MessageName As String

Property Value

Type: System.String

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

See Also

IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Supported messages and entities for plug-ins

Return to top

© 2016 Microsoft. All rights reserved. Copyright