Cronous Emulation Server Daemon

Authentication.username Property

Username.

[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

Authentication Class | croemud.serverpacket Namespace