The Portrate Interview Engine

DPLForm.Title Property

Gets the title for this form.

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

See Also

DPLForm Class | Portrate.Interview.Model Namespace