Type of registration that the portal supports
Namespace: DotNetNuke.Entities.PortalsAssembly: 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 registrationReturn Value
Type of registration
Remarks
Examples
Registration type
optUserRegistration.SelectedIndex = objPortal.UserRegistration | |