Gets and sets the Default Value of the Profile Property
Namespace: DotNetNuke.Entities.ProfileAssembly: 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 |