Pdf Property

Chat2Desk

Chat2Desk

Message..::..Pdf Property

Pdf

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

Syntax


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