'Declaration
Public Property SignerContactInfo As String
'Usage
Dim instance As Signature
Dim value As String
instance.SignerContactInfo = value
value = instance.SignerContactInfo
public string SignerContactInfo {get; set;}
public: __property string* get_SignerContactInfo();
public: __property void set_SignerContactInfo(
string* value
);
public:
property String^ SignerContactInfo {
String^ get();
void set ( String^ value);
}
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.