Discuss this help topic in SecureBlackbox Forum

TElXMLSignatureProductionPlace.StateOrProvince

TElXMLSignatureProductionPlace     See also     


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


Name of the state (province) where the signature was produced.

Declaration

[C#]
    string StateOrProvince;

[VB.NET]
    Property StateOrProvince As String

[Pascal]
    property StateOrProvince: WideString;

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

[PHP]
    string get_StateOrProvince()
    void set_StateOrProvince(string $Value)

[Java]
    String getStateOrProvince();
    void setStateOrProvince(String Value);

Description

    Use this property to get or set the name of the state (province) where the signature was produced.

See also:     City     CountryName     PostalCode    

Discuss this help topic in SecureBlackbox Forum