Cronous Emulation Server Daemon

CreateAccount.account Property

Gets account information.

[Visual Basic]
Public Property ReadOnly account As AccountInformation
[C#]
public AccountInformation account { get; }
[C++]
public: __property AccountInformation* get_account();
[JScript]
public function get account() : AccountInformation

See Also

CreateAccount Class | croemud.database Namespace