|  | ChatMessagetext Property  | 
 [Missing <summary> documentation for "P:ParaPlanREST.Models.ChatMessage.text"]
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic string text { get; set; }public:
property String^ text {
	String^ get ();
	void set (String^ value);
}function get_text();
function set_text(value);
Property Value
Type: 
String See Also
See Also