PublishNotificationCompleteEventArgs.Notification Property

 

Gets the WorkflowNotification.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public WorkflowNotification Notification {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property WorkflowNotification^ Notification {
    [CompilerGeneratedAttribute]
    WorkflowNotification^ get();
    [CompilerGeneratedAttribute]
    private: void set(WorkflowNotification^ value);
}
member Notification : WorkflowNotification with get, private set
Public Property Notification As WorkflowNotification
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Workflow.Client.WorkflowNotification

The WorkflowNotification.

See Also

PublishNotificationCompleteEventArgs Class
Microsoft.Workflow.Client Namespace

Return to top