Gets the task related to the event.
Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Wpf.Outlook
SyntaxC#
Copy Code
|
|---|
public Task Task { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Task As Task |
A reference to the related Task object.
See Also