ASP.NET Pack Programmer's Guide
Location.City Property
See Also
 





Gets or sets the city of this location.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public string City { get; set; }

Visual Basic  Copy Code

Public Property City As String

 Property Value

A string that represents the location's city. Default value is an empty string ("").

 See Also

Location Members
Location Class
MindFusion.Scheduling Namespace