Discuss this help topic in SecureBlackbox Forum

TElXMLSignatureProductionPlace.City

TElXMLSignatureProductionPlace     See also     


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


The city where the signature was produced.

Declaration

[C#]
    string City;

[VB.NET]
    Property City As String

[Pascal]
    property City: WideString;

[C++]
    void get_City(sb_u16string &OutResult);
    void get_City(std::wstring &OutResult);
    void set_City(const sb_u16string &Value);
    void set_City(const std::wstring &Value);

[PHP]
    string get_City()
    void set_City(string $Value)

[Java]
    String getCity();
    void setCity(String Value);

Description

    Use this property to get or set the name of the city where the signature was produced.

See also:     StateOrProvince     CountryName     PostalCode    

Discuss this help topic in SecureBlackbox Forum