Gets and sets the PostalCode part of the Address

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

Syntax

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

See Also