InvokeResponse.Body Property

Definition

Gets or sets the body content for the response.

public object Body { get; set; }
member this.Body : obj with get, set
Public Property Body As Object

Property Value

The body content.

Remarks

The POST that is generated in response to the incoming invoke activity will have a body generated by JSON serializing the object in this field.

Applies to