Meta Property

Chat2Desk

Chat2Desk

ClientsWrapper..::..Meta Property

Дополнительная информация по выборке

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

Syntax


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