Audio Property

Chat2Desk

Chat2Desk

Message..::..Audio Property

Audio

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

Syntax


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