Get/Set the post code


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property PostCode As String
C#
public string PostCode { get; set; }
C++
public property string PostCode sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_PostCode();

/** property */
public void set_PostCode(string value);
JScript
public function get PostCode() : String

public function set PostCode(value : String);

Property Value

A string containing the postal code

See Also