The Portrate Interview Engine

DataContext.GetValue Method 

Checks the variables, user-variables, and the data model for the given named value.

[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

Return Value

See Also

DataContext Class | Portrate.Interview.Model Namespace