HTTP body
Namespace: CTCT.Webhooks.HelperAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Body { get; private set; }
public string Body { get; private set; }
Public Property Body As String
Get
Private Set
Public Property Body As String
Get
Private Set
public:
property String^ Body {
String^ get ();
private: void set (String^ value);
}
public:
property String^ Body {
String^ get ();
private: void set (String^ value);
}
member Body : string with get, private set
member Body : string with get, private set