InvokeResponse<T>.Body Property

Definition

Gets or sets the body content for the response.

public T Body { get; set; }
member this.Body : 'T with get, set
Public Property Body As T

Property Value

T

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