public string SignerContactInfo {get; set;}
public: __property string* get_SignerContactInfo();
public: __property void set_SignerContactInfo(
string* value
);
'Declaration
Public Property SignerContactInfo As String
'Usage
Dim instance As Signature
Dim value As String
instance.SignerContactInfo = value
value = instance.SignerContactInfo
Property Value
The information provided by the signer to enable a recipient to contact the signer to
verify the signature, such as phone number, email, etc.