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