Type of registration that the portal supports

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

Syntax

C#
[XmlElementAttribute("userregistration")]
public int UserRegistration { get; set; }
Visual Basic
<XmlElementAttribute("userregistration")> 
Public Property UserRegistration As Integer
	Get
	Set

Field Value

Type of registration

Return Value

Type of registration

Remarks

Examples

Registration type
 Copy imageCopy Code
optUserRegistration.SelectedIndex = objPortal.UserRegistration

See Also