Gets and sets a Validation Expression (RegEx) for the Profile Property

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

Syntax

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

See Also