Gets and sets the Name of the Profile Property
Namespace: DotNetNuke.Entities.ProfileAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[RequiredAttribute(true)] [IsReadOnlyAttribute(true)] [SortOrderAttribute(0)] [RegularExpressionValidatorAttribute("^[a-zA-Z0-9._%\-+']+$")] [XmlElementAttribute("propertyname")] public string PropertyName { get; set; } |
Visual Basic |
---|
<RequiredAttribute(true)> <IsReadOnlyAttribute(true)> <SortOrderAttribute(0)> <RegularExpressionValidatorAttribute("^[a-zA-Z0-9._%\-+']+$")> <XmlElementAttribute("propertyname")> Public Property PropertyName As String Get Set |