The Portrate Interview Engine

IDPLControl.DataName Property

Sets/gets the data name for this control's value. This is the lookup name in the DPLFormDataModel for this control

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

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace