Gets and sets the Country part of the Address

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Country { get; set; }
Visual Basic
Public Property Country As String
	Get
	Set

See Also