Gets and sets the PostalCode part of the Address
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public string PostalCode { get; set; } |
Visual Basic |
---|
Public Property PostalCode As String Get Set |