The Portrate Interview Engine

DPLFormDataModel.Signature Property

Gets the electronic signature that uniquely identifies the contents of this model. This method always uses the XmlDocument's OuterXml for generating the electronic signature.

[Visual Basic]
Public Property ReadOnly Signature As String
[C#]
public string Signature { get; }
[C++]
public: __property String* get_Signature();
[JScript]
public function get Signature() : String

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace