The Portrate Interview Engine

InterviewControl.GetDataValue Method 

Returns the current value of the property with the given name, replacing variable references in the given name if necessary. The value is drawn from the internal variable state and the form data model state.

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

Parameters

dataName

Return Value

See Also

InterviewControl Class | Portrate.Interview Namespace