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