Gets or sets the city of this location.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public string City { get; set; } |
Visual Basic Copy Code |
---|
Public Property City As String |
A string specifying the city where this location is located. The default is an empty string.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |