Gets and sets the Category of the Profile Property
Namespace: DotNetNuke.Entities.ProfileAssembly: 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 |