Gets and sets the Default Value of the Profile Property

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

Syntax

C#
[SortOrderAttribute(4)]
[XmlIgnoreAttribute]
public string DefaultValue { get; set; }
Visual Basic
<SortOrderAttribute(4)> 
<XmlIgnoreAttribute> 
Public Property DefaultValue As String
	Get
	Set

See Also