Cronous Emulation Server Daemon

Authenticate.password Property

Version number.

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

See Also

Authenticate Class | croemud.clientpacket Namespace