Hook Property

Chat2Desk

Chat2Desk

Info..::..Hook Property

Url Web Hook

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

Syntax


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