BusinessNotification.Message Property

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public string Message { get; set; }
public:
[DataMemberAttribute]
property String^ Message {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Message : string with get, set
<DataMemberAttribute>
Public Property Message As String

Property Value

Type: System.String

Returns String.

See Also

BusinessNotification Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright