Cronous Emulation Server Daemon

News.content Property

News content.

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

See Also

News Class | croemud.serverpacket Namespace