Discuss this help topic in SecureBlackbox Forum

TElXMLSignatureProductionPlace.PostalCode

TElXMLSignatureProductionPlace     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Postal code of the signature production place.

Declaration

[C#]
    string PostalCode;

[VB.NET]
    Property PostalCode As String

[Pascal]
    property PostalCode: WideString;

[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

    Use this property to get or set postal codee of the signature production place.

See also:     City     StateOrProvince     CountryName    

Discuss this help topic in SecureBlackbox Forum