The Portrate Interview Engine

DPLFormRef Constructor 

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

See Also

DPLFormRef Class | Portrate.Interview.Model Namespace