Gets and sets the Length of the Profile Property

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

Syntax

C#
[SortOrderAttribute(3)]
[XmlElementAttribute("length")]
public int Length { get; set; }
Visual Basic
<SortOrderAttribute(3)> 
<XmlElementAttribute("length")> 
Public Property Length As Integer
	Get
	Set

See Also