ChannelEventArgs.Message Property

 

Applies To: Dynamics CRM 2015

Gets the message describing the event.

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

Syntax

public string Message { get; private set; }
public:
property String^ Message {
    String^ get();
    private: void set(String^ value);
}
member Message : string with get, private set
Public Property Message As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Type: String
The message describing the event.

See Also

ChannelEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright