Gets and sets a Validation Expression (RegEx) for the Profile Property
Namespace: DotNetNuke.Entities.ProfileAssembly: 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 |