Read Property

Chat2Desk

Chat2Desk

Message..::..Read Property

Статус прочтения сообщения

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

Syntax


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