Search
TaskConfirmEventArgs.Task Property
See Also
 





Gets the task related to the event.

Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Outlook

 Syntax

C#  Copy Code

public Task Task { get; }

Visual Basic  Copy Code

Public ReadOnly Property Task As Task

 Property Value

An instance of the Task class for which the event is raised.

 See Also