Gets or sets the name of the person or authority signing the document.
Syntax
'Declaration
Public Property SignerName As String
'Usage
Dim instance As Signature
Dim value As String
instance.SignerName = value
value = instance.SignerName
public string SignerName {get; set;}
public: __property string* get_SignerName();
public: __property void set_SignerName(
string* value
);
public:
property String^ SignerName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the person or authority signing the document.
See Also