Data Property

Chat2Desk

Chat2Desk

DialogsWrapper..::..Data Property

Данные

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

Syntax


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