Type Property

Chat2Desk

Chat2Desk

DialogLastMessage..::..Type Property

Тип сообщение (от кого сообщение)

Namespace:  Chat2Desk.Types
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


[JsonPropertyAttribute]
public MessageFrom Type { get; set; }
<JsonPropertyAttribute> _
Public Property Type As MessageFrom
	Get
	Set
[JsonPropertyAttribute]
public:
property MessageFrom^ Type {
	MessageFrom^ get ();
	void set (MessageFrom^ value);
}