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





Gets or sets the country of this location.

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

 Syntax

C#  Copy Code

public string Country { get; set; }

Visual Basic  Copy Code

Public Property Country As String

 Property Value

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

 See Also

Location Members
Location Class
MindFusion.Scheduling Namespace