| ChatMessagestatus Property |
[Missing <summary> documentation for "P:ParaPlanREST.Models.ChatMessage.status"]
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ChatStatus> status { get; set; }
public:
property List<ChatStatus^>^ status {
List<ChatStatus^>^ get ();
void set (List<ChatStatus^>^ value);
}
function get_status();
function set_status(value);
Property Value
Type:
ListChatStatusSee Also