The Portrate Interview Engine

AbstractControl.DataName Property

Gets/sets the data name for this control. The data name is the name used in the model dictionary to record or lookup a value.

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

Implements

IDPLControl.DataName

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace