Discuss this help topic in SecureBlackbox Forum

TElXMLSignatureProductionPlace.CountryName

TElXMLSignatureProductionPlace     See also     


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


Signature production country.

Declaration

[C#]
    string CountryName;

[VB.NET]
    Property CountryName As String

[Pascal]
    property CountryName: WideString;

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

[PHP]
    string get_CountryName()
    void set_CountryName(string $Value)

[Java]
    String getCountryName();
    void setCountryName(String Value);

Description

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

See also:     City     StateOrProvince     PostalCode    

Discuss this help topic in SecureBlackbox Forum