| 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 public 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:
ListChatUserSee Also