Namespace:
Cryptware.NPDFDigitSign
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Assembly: NPDFDigitSign (in NPDFDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SignatureContact As String Get Set |
C# |
---|
public string SignatureContact { get; set; } |
Visual C++ |
---|
public: property String^ SignatureContact { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_signatureContact(); function set_signatureContact(value); |