Gets and sets the Data Type of the Profile Property

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorAttribute("DotNetNuke.UI.WebControls.DNNListEditControl, DotNetNuke", 
	typeof(EditControl))]
[ListAttribute("DataType", "", ListBoundField.Id, ListBoundField.Value)]
[IsReadOnlyAttribute(true)]
[RequiredAttribute(true)]
[SortOrderAttribute(1)]
[XmlIgnoreAttribute]
public int DataType { get; set; }
Visual Basic
<EditorAttribute("DotNetNuke.UI.WebControls.DNNListEditControl, DotNetNuke", 
	GetType(EditControl))> 
<ListAttribute("DataType", "", ListBoundField.Id, ListBoundField.Value)> 
<IsReadOnlyAttribute(true)> 
<RequiredAttribute(true)> 
<SortOrderAttribute(1)> 
<XmlIgnoreAttribute> 
Public Property DataType As Integer
	Get
	Set

See Also