Data Property

Chat2Desk

Chat2Desk

TemplatesWrapper..::..Data Property

Данные

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

Syntax


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