End Property

Chat2Desk

Chat2Desk

Dialog..::..End Property

Дата закрытия

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

Syntax


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