Data Property

Chat2Desk

Chat2Desk

ClientsWrapper..::..Data Property

Данные

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

Syntax


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