Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum