Data Property

Chat2Desk

Chat2Desk

OperatorsWrapper..::..Data Property

Данные

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

Syntax


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