Gets or sets the task associated with this appointment.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override Task Task { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property Task As Task |
An instance of the Task class. The default is null.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |