The Portrate Interview Engine

IDPLControl.ControlName Property

Get/set the reference name for this control. This is the name used to map from a control's user name (used in the form post) to the actual data name for the control.

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

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace