The Portrate Interview Engine

DPLFormDataModel.GetValue Method 

Gets the value for the given data name. The name is absolute and matched exactly, including case sensitivity.

[Visual Basic]
Public Function GetValue( _ 
   ByVal name As String _ 
) As String
[C#]
public string GetValue(
   string name
);
[C++]
public: String* GetValue(
   String* name
);
[JScript]
public function GetValue(
   String name
): String;

Parameters

name
The name of the data to return

Return Value

The value of the named data element

Remarks

Thread safe

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace