InvokeResponse<T>.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.