[This is preliminary documentation and is subject to change.]

The citizen registration method as specified by the UniverseRegisterMethod attribute.

Syntax

C#
public enum RegisterMethod
Visual Basic (Declaration)
Public Enumeration RegisterMethod

Members

Member nameDescription
Monthly
The citizen is registered monthly.
Annual
The citizen is registered yearly.
User
User specified registration type.

See Also