|  | ChatThreadparticipants Property  | 
 [Missing <summary> documentation for "P:ParaPlanREST.Models.ChatThread.participants"]
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic List<ChatUser> participants { get; set; }public:
property List<ChatUser^>^ participants {
	List<ChatUser^>^ get ();
	void set (List<ChatUser^>^ value);
}function get_participants();
function set_participants(value);
Property Value
Type: 
ListChatUser See Also
See Also