Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public BusinessNotification(
    BusinessNotificationSeverity severity,
    string message
)
public:
BusinessNotification(
    BusinessNotificationSeverity severity,
    String^ message
)
new : 
        severity:BusinessNotificationSeverity *
        message:string -> BusinessNotification
Public Sub New (
    severity As BusinessNotificationSeverity,
    message As String
)
Parameters
- severity
 Type: Microsoft.Crm.Sdk.Messages.BusinessNotificationSeverity
- message
 Type: System.String
See Also
BusinessNotification Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright