PublishNotificationErrorEventArgs.Notification プロパティ

パブリッシュする通知を取得または設定します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public Property Notification As WorkflowNotification 
    Get 
    Private Set
'使用
Dim instance As PublishNotificationErrorEventArgs 
Dim value As WorkflowNotification 

value = instance.Notification
public WorkflowNotification Notification { get; private set; }
public:
property WorkflowNotification^ Notification {
    WorkflowNotification^ get ();
    private: void set (WorkflowNotification^ value);
}
member Notification : WorkflowNotification with get, private set
function get Notification () : WorkflowNotification 
private function set Notification (value : WorkflowNotification)

プロパティ値

型: Microsoft.Workflow.Client.WorkflowNotification
パブリッシュする通知。

関連項目

参照

PublishNotificationErrorEventArgs クラス

Microsoft.Workflow.Client 名前空間