The Portrate Interview Engine

IDPLControl.DefaultValue Property

Sets/gets the default value for this control

[Visual Basic]
Property DefaultValue As String
[C#]
string DefaultValue { get; set; }
[C++]
__property String* get_DefaultValue();
__property void set_DefaultValue(String* );
[JScript]
function get DefaultValue() : String
function set DefaultValue(String);

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace