Gets and sets whether the property is required

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

Syntax

C#
[SortOrderAttribute(6)]
[XmlIgnoreAttribute]
public bool Required { get; set; }
Visual Basic
<SortOrderAttribute(6)> 
<XmlIgnoreAttribute> 
Public Property Required As Boolean
	Get
	Set

See Also