Search
Appointment.Task Property
See Also
 






Gets or sets the task associated with this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override Task Task { get; set; }

Visual Basic  Copy Code

Public Overrides Property Task As Task

 Property Value

An instance of the Task class. The default is null.

 See Also