Discuss this help topic in SecureBlackbox Forum
Specifies the identifier of the signature spot.
Declaration
[VB.NET]
Property SpotID As String
[Pascal]
property SpotID : UnicodeString;
[C++]
void get_SpotID(sb_u16string &OutResult);
void get_SpotID(std::wstring &OutResult);
void set_SpotID(const sb_u16string &Value);
void set_SpotID(const std::wstring &Value);
[PHP]
string get_SpotID()
void set_SpotID(string $Value)
[Java]
String getSpotID();
void setSpotID(String Value);
Description
Use this property to specify the globally unique identifier of the signature spot.
Discuss this help topic in SecureBlackbox Forum