Cronous Emulation Server Daemon

Authenticate.username Property

Version number.

[Visual Basic]
Public Property username As String
[C#]
public string username { get; set; }
[C++]
public: __property String* get_username();
public: __property void set_username(String* );
[JScript]
public function get username() : String
public function set username(String);

See Also

Authenticate Class | croemud.clientpacket Namespace