Gets and sets the Category of the Profile Property

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

Syntax

C#
[RequiredAttribute(true)]
[SortOrderAttribute(2)]
[XmlElementAttribute("propertycategory")]
public string PropertyCategory { get; set; }
Visual Basic
<RequiredAttribute(true)> 
<SortOrderAttribute(2)> 
<XmlElementAttribute("propertycategory")> 
Public Property PropertyCategory As String
	Get
	Set

See Also