Video Property

Chat2Desk

Chat2Desk

Message..::..Video Property

Video

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

Syntax


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