Discuss this help topic in SecureBlackbox Forum
Specifies the GUID of the signature spot.
Declaration
[VB.NET]
Property SpotIDGUID As Guid
[Pascal]
property SpotIDGUID : TGUID;
[C++]
void get_SpotIDGUID(TGuid &OutResult);
void set_SpotIDGUID(TGuid &Value);
[PHP]
TGuid get_SpotIDGUID()
void set_SpotIDGUID(TGuid $Value)
Description
Use this property to specify the globally unique identifier of the signature spot.
Discuss this help topic in SecureBlackbox Forum