[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 name | Description | |
|---|---|---|
| Monthly |
The citizen is registered monthly.
| |
| Annual |
The citizen is registered yearly.
| |
| User |
User specified registration type.
|