Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property PostalCode As String
[Pascal]
under development
[C++]
void get_PostalCode(sb_u16string &OutResult);
void get_PostalCode(std::wstring &OutResult);
void set_PostalCode(const sb_u16string &Value);
void set_PostalCode(const std::wstring &Value);
[PHP]
string get_PostalCode()
void set_PostalCode(string $Value)
[Java]
String getPostalCode();
void setPostalCode(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum